diff options
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/fixinc/fixincl.x | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 71b48d2..fda8cb5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-02-26 David Billinghurst <David.Billinghurst@riotinto.com> + + * fixinc/fixincl.x: Regenerate + 2003-02-26 Josef Zlomek <zlomekj@suse.cz> * function.c (assign_parms): Set reg_attrs for parameters passed in diff --git a/gcc/fixinc/fixincl.x b/gcc/fixinc/fixincl.x index 2f712c7..10a1c16 100644 --- a/gcc/fixinc/fixincl.x +++ b/gcc/fixinc/fixincl.x @@ -5,7 +5,7 @@ * files which are fixed to work correctly with ANSI C and placed in a * directory that GNU C will search. * - * This file contains 146 fixup descriptions. + * This file contains 147 fixup descriptions. * * See README for more information. * @@ -5803,9 +5803,9 @@ static const char* apzX11_SprintfPatch[] = { * * List of all fixes */ -#define REGEX_COUNT 158 +#define REGEX_COUNT 159 #define MACH_LIST_SIZE_LIMIT 261 -#define FIX_COUNT 146 +#define FIX_COUNT 147 /* * Enumerate the fixes |
