diff options
Diffstat (limited to 'gcc/gencheck.c')
-rw-r--r-- | gcc/gencheck.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/gencheck.c b/gcc/gencheck.c index c676ef9ecd5..9eda355fa37 100644 --- a/gcc/gencheck.c +++ b/gcc/gencheck.c @@ -1,5 +1,5 @@ /* Generate check macros for tree codes. - Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2000, 2002 Free Software Foundation, Inc. This file is part of GCC. @@ -27,7 +27,7 @@ static const char *const tree_codes[] = { #include "tree.def" #include "c-common.def" #include "gencheck.h" -(char*)0 +(char*) 0 }; static void usage PARAMS ((void)); |