diff options
Diffstat (limited to 'gcc/fixinc/fixlib.h')
| -rw-r--r-- | gcc/fixinc/fixlib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/fixinc/fixlib.h b/gcc/fixinc/fixlib.h index 4490d20..166995c 100644 --- a/gcc/fixinc/fixlib.h +++ b/gcc/fixinc/fixlib.h @@ -3,7 +3,7 @@ files which are fixed to work correctly with ANSI C and placed in a directory that GNU C will search. - Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of GNU CC. @@ -88,7 +88,7 @@ typedef int t_success; #define IGNORE_ARG(a) ((void)(a)) -typedef enum +typedef enum t_bool { BOOL_FALSE, BOOL_TRUE } t_bool; |
