diff options
Diffstat (limited to 'gnu/egcs/gcc/java/xref.c')
-rw-r--r-- | gnu/egcs/gcc/java/xref.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/egcs/gcc/java/xref.c b/gnu/egcs/gcc/java/xref.c index 8835e8dfcac..8fd51804819 100644 --- a/gnu/egcs/gcc/java/xref.c +++ b/gnu/egcs/gcc/java/xref.c @@ -35,7 +35,7 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ static xref_flag_table xref_table [] = { - {NULL, NULL, NULL}, + {NULL, NULL, NULL, NULL}, }; /* Decode an xref flag value. Return 0 if the flag wasn't found. */ |