diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 1999-02-01 07:00:40 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 1999-02-01 07:00:40 +0000 |
commit | 9caaf519d8e51366ccd4183184d2fa3f7ed73b84 (patch) | |
tree | 570b8b7b27d55e193909beb5ec53c37b7769cbd4 /gcc/java/lex.c | |
parent | 8a68e183019a0a1a27c0a697d7a44bb13522eb99 (diff) | |
download | gcc-9caaf519d8e51366ccd4183184d2fa3f7ed73b84.zip gcc-9caaf519d8e51366ccd4183184d2fa3f7ed73b84.tar.gz gcc-9caaf519d8e51366ccd4183184d2fa3f7ed73b84.tar.bz2 |
Makefile.in (gjavah.o): Depend on $(CONFIG_H) and system.h.
* Makefile.in (gjavah.o): Depend on $(CONFIG_H) and system.h.
* gjavah.c: Include config.h and system.h.
* javaop.h (inline): Don't define, its handled by system.h.
(WORD_TO_FLOAT, WORDS_TO_LONG, WORDS_TO_DOUBLE): Change these
from `inline' to `static inline'.
* jcf.h (inline): Don't define, its handled by system.h.
* lex.c (inline): Likewise.
From-SVN: r24952
Diffstat (limited to 'gcc/java/lex.c')
-rw-r--r-- | gcc/java/lex.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/java/lex.c b/gcc/java/lex.c index ff7be98..9984ab9 100644 --- a/gcc/java/lex.c +++ b/gcc/java/lex.c @@ -42,9 +42,6 @@ Addison Wesley 1996" (http://java.sun.com/docs/books/jls/html/3.doc.html) */ #include <ctype.h> #endif -#ifdef inline /* javaop.h redefines inline as static */ -#undef inline -#endif #include "keyword.h" #ifndef SEEK_SET |