aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/jcf.h
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>1999-02-01 07:00:40 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>1999-02-01 07:00:40 +0000
commit9caaf519d8e51366ccd4183184d2fa3f7ed73b84 (patch)
tree570b8b7b27d55e193909beb5ec53c37b7769cbd4 /gcc/java/jcf.h
parent8a68e183019a0a1a27c0a697d7a44bb13522eb99 (diff)
downloadgcc-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/jcf.h')
-rw-r--r--gcc/java/jcf.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/java/jcf.h b/gcc/java/jcf.h
index 8f748b3..32f2759 100644
--- a/gcc/java/jcf.h
+++ b/gcc/java/jcf.h
@@ -1,6 +1,6 @@
/* Utility macros to read Java(TM) .class files and byte codes.
- Copyright (C) 1996, 1998 Free Software Foundation, Inc.
+ Copyright (C) 1996, 97-98, 1999 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -35,7 +35,6 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */
#define PTR char *
#define AND ;
#define DEFUN(name, arglist, args) name arglist args;
-#define inline static
#endif
#endif /* !DEFUN */