diff options
| author | bothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-01-06 17:49:36 +0000 |
|---|---|---|
| committer | bothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-01-06 17:49:36 +0000 |
| commit | 529e640305c7b9b1044d2775b34c8f6dc22caa73 (patch) | |
| tree | 93b2e15837f07366e2cd099a9483028a58ce79a3 /gcc/java/parse.h | |
| parent | a44db25210df808783c063edffd30e5bc4c476c7 (diff) | |
| download | ppe42-gcc-529e640305c7b9b1044d2775b34c8f6dc22caa73.tar.gz ppe42-gcc-529e640305c7b9b1044d2775b34c8f6dc22caa73.zip | |
* check-init.c: New file. Checks for definite assignment.
Various minor other changes; see ChangeLog.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24522 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java/parse.h')
| -rw-r--r-- | gcc/java/parse.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/java/parse.h b/gcc/java/parse.h index 0f3c3b64a6b..72beb58aec7 100644 --- a/gcc/java/parse.h +++ b/gcc/java/parse.h @@ -459,9 +459,6 @@ static jdeplist *reverse_jdep_list (); BLOCK_EXPR_DECLS (DECL_FUNCTION_BODY (current_function_decl)) = (NODE); \ } -#define BLOCK_EXPR_DECLS(NODE) BLOCK_VARS(NODE) -#define BLOCK_EXPR_BODY(NODE) BLOCK_SUBBLOCKS(NODE) - /* For an artificial BLOCK (created to house a local variable declaration not at the start of an existing block), the parent block; otherwise NULL. */ #define BLOCK_EXPR_ORIGIN(NODE) BLOCK_ABSTRACT_ORIGIN(NODE) |

