Makefile.in (gjavah.o): Depend on $(CONFIG_H) and system.h.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Mon, 1 Feb 1999 07:00:40 +0000 (07:00 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Mon, 1 Feb 1999 07:00:40 +0000 (07:00 +0000)
commit9caaf519d8e51366ccd4183184d2fa3f7ed73b84
tree570b8b7b27d55e193909beb5ec53c37b7769cbd4
parent8a68e183019a0a1a27c0a697d7a44bb13522eb99
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
gcc/java/ChangeLog
gcc/java/Makefile.in
gcc/java/gjavah.c
gcc/java/javaop.h
gcc/java/jcf.h
gcc/java/lex.c