diff options
| author | Richard Henderson <rth@gcc.gnu.org> | 2001-05-25 18:31:47 -0700 |
|---|---|---|
| committer | Richard Henderson <rth@gcc.gnu.org> | 2001-05-25 18:31:47 -0700 |
| commit | 88657302b711baa2b317b2bb91c93d0a03e16b36 (patch) | |
| tree | a63afad955af14544b1903785b68f16116173e26 /gcc/java/parse.h | |
| parent | f811f821d511e7d03dbca9cd645d03bc721b92a2 (diff) | |
| download | gcc-88657302b711baa2b317b2bb91c93d0a03e16b36.zip gcc-88657302b711baa2b317b2bb91c93d0a03e16b36.tar.gz gcc-88657302b711baa2b317b2bb91c93d0a03e16b36.tar.bz2 | |
Standardize header guards.
From-SVN: r42615
Diffstat (limited to 'gcc/java/parse.h')
| -rw-r--r-- | gcc/java/parse.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gcc/java/parse.h b/gcc/java/parse.h index c915700..c11e70d 100644 --- a/gcc/java/parse.h +++ b/gcc/java/parse.h @@ -23,8 +23,8 @@ Java and all Java-based marks are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries. The Free Software Foundation is independent of Sun Microsystems, Inc. */ -#ifndef JV_LANG_H -#define JV_LANG_H +#ifndef GCC_JAVA_PARSE_H +#define GCC_JAVA_PARSE_H #include "lex.h" @@ -932,4 +932,5 @@ extern void java_expand_classes PARAMS ((void)); extern struct parser_ctxt *ctxp; struct parser_ctxt *ctxp_for_generation; -#endif + +#endif /* ! GCC_JAVA_PARSE_H */ |
