diff options
| author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-21 02:19:44 +0000 |
|---|---|---|
| committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-21 02:19:44 +0000 |
| commit | 86523f9c81706d2c049cea8ab69f500c5e663937 (patch) | |
| tree | 160aaaaeb0c2822ce3be579946a81e16f1aafb30 /gcc/java/decl.c | |
| parent | 3a01c8e46650105d027b680f599b5d8f5473bd7d (diff) | |
| download | ppe42-gcc-86523f9c81706d2c049cea8ab69f500c5e663937.tar.gz ppe42-gcc-86523f9c81706d2c049cea8ab69f500c5e663937.zip | |
* ChangeLog: Follow spelling conventions.
* class.c: Likewise.
* decl.c: Likewise.
* expr.c: Likewise.
* gjavah.c: Likewise.
* java-tree.h: Likewise.
* jcf-dump.c: Likewise.
* jcf-parse.c: Likewise.
* jvspec.c: Likewise.
* lang.c: Likewise.
* mangle.c: Likewise.
* parse.y: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57378 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java/decl.c')
| -rw-r--r-- | gcc/java/decl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/decl.c b/gcc/java/decl.c index 9f055d3cf57..4b06aaf7d65 100644 --- a/gcc/java/decl.c +++ b/gcc/java/decl.c @@ -57,7 +57,7 @@ static tree check_local_named_variable PARAMS ((tree, tree, int, int *)); static tree check_local_unnamed_variable PARAMS ((tree, tree, tree)); static void dump_function PARAMS ((enum tree_dump_index, tree)); -/* Set to non-zero value in order to emit class initilization code +/* Set to nonzero value in order to emit class initilization code before static field references. */ extern int always_initialize_class_p; |

