diff options
author | Bruce Korb <korbb@gcc.gnu.org> | 2003-04-05 23:12:47 +0000 |
---|---|---|
committer | Bruce Korb <korbb@gcc.gnu.org> | 2003-04-05 23:12:47 +0000 |
commit | 8e33fb63f74dfd6e849dafe5321e957c40bf4372 (patch) | |
tree | 9d9cdff8e50366bcf416407e977b3d42200bf44f /gcc | |
parent | 873ceaab3aeb73c6b9b94d4fc5b7621f99e89349 (diff) | |
download | gcc-8e33fb63f74dfd6e849dafe5321e957c40bf4372.zip gcc-8e33fb63f74dfd6e849dafe5321e957c40bf4372.tar.gz gcc-8e33fb63f74dfd6e849dafe5321e957c40bf4372.tar.bz2 |
Clean up hand edited version with generated version
From-SVN: r65279
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/fixinc/fixincl.x | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/fixinc/fixincl.x b/gcc/fixinc/fixincl.x index 8391b41..80e489a 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 148 fixup descriptions. + * This file contains 149 fixup descriptions. * * See README for more information. * @@ -5878,9 +5878,9 @@ static const char* apzX11_SprintfPatch[] = { * * List of all fixes */ -#define REGEX_COUNT 160 +#define REGEX_COUNT 161 #define MACH_LIST_SIZE_LIMIT 261 -#define FIX_COUNT 148 +#define FIX_COUNT 149 /* * Enumerate the fixes |