summaryrefslogtreecommitdiffstats
path: root/gcc/java/parse.h
diff options
context:
space:
mode:
authorbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>1999-01-06 17:49:36 +0000
committerbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>1999-01-06 17:49:36 +0000
commit529e640305c7b9b1044d2775b34c8f6dc22caa73 (patch)
tree93b2e15837f07366e2cd099a9483028a58ce79a3 /gcc/java/parse.h
parenta44db25210df808783c063edffd30e5bc4c476c7 (diff)
downloadppe42-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.h3
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)
OpenPOWER on IntegriCloud