aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/parse.h
diff options
context:
space:
mode:
authorPer Bothner <bothner@gcc.gnu.org>1999-01-06 09:49:36 -0800
committerPer Bothner <bothner@gcc.gnu.org>1999-01-06 09:49:36 -0800
commit4ba9a1aa641fb88c0ede517de0cf4e86cd305b58 (patch)
tree93b2e15837f07366e2cd099a9483028a58ce79a3 /gcc/java/parse.h
parentdb84cc462232ae771283b4a81ef151e0008fa4d1 (diff)
downloadgcc-4ba9a1aa641fb88c0ede517de0cf4e86cd305b58.zip
gcc-4ba9a1aa641fb88c0ede517de0cf4e86cd305b58.tar.gz
gcc-4ba9a1aa641fb88c0ede517de0cf4e86cd305b58.tar.bz2
check-init.c: New file.
* check-init.c: New file. Checks for definite assignment. Various minor other changes; see ChangeLog. From-SVN: r24522
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 0f3c3b6..72beb58 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)