diff options
author | bothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-01-06 17:49:38 +0000 |
---|---|---|
committer | bothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-01-06 17:49:38 +0000 |
commit | 57fc05dea7cc08defcb54495c3a8f60499a83951 (patch) | |
tree | 9647622d16819ec0f75febbe118ae5caf9d32937 /gcc/java/Makefile.in | |
parent | 529e640305c7b9b1044d2775b34c8f6dc22caa73 (diff) | |
download | gcc-57fc05dea7cc08defcb54495c3a8f60499a83951.tar.gz |
8
* 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@24523 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java/Makefile.in')
-rw-r--r-- | gcc/java/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/Makefile.in b/gcc/java/Makefile.in index dfe5ff6672b..158d584e0f2 100644 --- a/gcc/java/Makefile.in +++ b/gcc/java/Makefile.in @@ -175,7 +175,7 @@ INCLUDES = -I. -I.. -I$(srcdir) -I$(srcdir)/.. -I$(srcdir)/../config -I$(srcdir) # JAVA_OBJS = parse.o class.o decl.o expr.o constants.o lang.o typeck.o \ except.o verify.o zextract.o jcf-io.o jcf-parse.o mangle.o jcf-write.o \ - buffer.o jcf-depend.o jcf-path.o + buffer.o check-init.o jcf-depend.o jcf-path.o JAVA_OBJS_LITE = parse-scan.o jv-scan.o |