diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-02-01 07:00:40 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-02-01 07:00:40 +0000 |
commit | 94594daf19d8bf756a7ad5179fd362d97f219027 (patch) | |
tree | 570b8b7b27d55e193909beb5ec53c37b7769cbd4 /gcc/java/jcf.h | |
parent | 13e39253c1181ea0f61b85bc828aeea0e91f7648 (diff) | |
download | gcc-94594daf19d8bf756a7ad5179fd362d97f219027.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24952 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java/jcf.h')
-rw-r--r-- | gcc/java/jcf.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/java/jcf.h b/gcc/java/jcf.h index 8f748b3617f..32f2759e742 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 */ |