diff options
author | korbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-05-26 18:27:00 +0000 |
---|---|---|
committer | korbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-05-26 18:27:00 +0000 |
commit | 09c3b62ee81b51901eb206dfbc3149683cac04c7 (patch) | |
tree | d172455a619f03d527090792b8ea3c3a33148479 /gcc/fixinc | |
parent | 08eb4bb916ca25dc4dd923e60255641b4dd54ed3 (diff) | |
download | gcc-09c3b62ee81b51901eb206dfbc3149683cac04c7.tar.gz |
regenerate
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42643 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fixinc')
-rw-r--r-- | gcc/fixinc/fixincl.x | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/gcc/fixinc/fixincl.x b/gcc/fixinc/fixincl.x index 15087ae01fa..526e599852e 100644 --- a/gcc/fixinc/fixincl.x +++ b/gcc/fixinc/fixincl.x @@ -731,9 +731,7 @@ tSCC* apzAab_Ultrix_LimitsMachs[] = { * Fix Command Arguments for Aab_Ultrix_Limits */ static const char* apzAab_Ultrix_LimitsPatch[] = { -"/*\t@(#)limits.h\t\t\t\t*/\n\ -/* This file was generated by fixincludes\t*/\n\ -#ifndef _LIMITS_INCLUDED\n\ +"#ifndef _LIMITS_INCLUDED\n\ #define _LIMITS_INCLUDED\n\ #include <sys/limits.h>\n\ #endif /* _LIMITS_INCLUDED */\n", @@ -765,9 +763,7 @@ tSCC* apzAab_Ultrix_MemoryMachs[] = { * Fix Command Arguments for Aab_Ultrix_Memory */ static const char* apzAab_Ultrix_MemoryPatch[] = { -"/*\t@(#)memory.h\t\t\t\t*/\n\ -/* This file was generated by fixincludes\t*/\n\ -#ifndef _MEMORY_INCLUDED\n\ +"#ifndef _MEMORY_INCLUDED\n\ #define _MEMORY_INCLUDED\n\ #include <strings.h>\n\ #endif /* _MEMORY_INCLUDED */\n", @@ -799,9 +795,7 @@ tSCC* apzAab_Ultrix_StringMachs[] = { * Fix Command Arguments for Aab_Ultrix_String */ static const char* apzAab_Ultrix_StringPatch[] = { -"/*\t@(#)string.h\t\t\t\t*/\n\ -/* This file was generated by fixincludes\t*/\n\ -#ifndef _STRING_INCLUDED\n\ +"#ifndef _STRING_INCLUDED\n\ #define _STRING_INCLUDED\n\ #include <strings.h>\n\ #endif /* _STRING_INCLUDED */\n", @@ -2425,7 +2419,7 @@ tSCC zIrix_Limits_ConstName[] = * File name selection pattern */ tSCC zIrix_Limits_ConstList[] = - "|limits.h|"; + "|fixinc-test-limits.h|limits.h|"; /* * Machine/OS name selection pattern */ @@ -3730,7 +3724,7 @@ tSCC zStrict_Ansi_Not_CtdName[] = * File name selection pattern */ tSCC zStrict_Ansi_Not_CtdList[] = - "|limits.h|math.h|stdio.h|signal.h|stdlib.h|time.h|"; + "|math.h|limits.h|stdio.h|signal.h|stdlib.h|time.h|"; /* * Machine/OS name selection pattern */ |