Commit 935e0a47 by Bruce Korb

regenerate

From-SVN: r42643
parent 11e2040a
...@@ -731,9 +731,7 @@ tSCC* apzAab_Ultrix_LimitsMachs[] = { ...@@ -731,9 +731,7 @@ tSCC* apzAab_Ultrix_LimitsMachs[] = {
* Fix Command Arguments for Aab_Ultrix_Limits * Fix Command Arguments for Aab_Ultrix_Limits
*/ */
static const char* apzAab_Ultrix_LimitsPatch[] = { static const char* apzAab_Ultrix_LimitsPatch[] = {
"/*\t@(#)limits.h\t\t\t\t*/\n\ "#ifndef _LIMITS_INCLUDED\n\
/* This file was generated by fixincludes\t*/\n\
#ifndef _LIMITS_INCLUDED\n\
#define _LIMITS_INCLUDED\n\ #define _LIMITS_INCLUDED\n\
#include <sys/limits.h>\n\ #include <sys/limits.h>\n\
#endif /* _LIMITS_INCLUDED */\n", #endif /* _LIMITS_INCLUDED */\n",
...@@ -765,9 +763,7 @@ tSCC* apzAab_Ultrix_MemoryMachs[] = { ...@@ -765,9 +763,7 @@ tSCC* apzAab_Ultrix_MemoryMachs[] = {
* Fix Command Arguments for Aab_Ultrix_Memory * Fix Command Arguments for Aab_Ultrix_Memory
*/ */
static const char* apzAab_Ultrix_MemoryPatch[] = { static const char* apzAab_Ultrix_MemoryPatch[] = {
"/*\t@(#)memory.h\t\t\t\t*/\n\ "#ifndef _MEMORY_INCLUDED\n\
/* This file was generated by fixincludes\t*/\n\
#ifndef _MEMORY_INCLUDED\n\
#define _MEMORY_INCLUDED\n\ #define _MEMORY_INCLUDED\n\
#include <strings.h>\n\ #include <strings.h>\n\
#endif /* _MEMORY_INCLUDED */\n", #endif /* _MEMORY_INCLUDED */\n",
...@@ -799,9 +795,7 @@ tSCC* apzAab_Ultrix_StringMachs[] = { ...@@ -799,9 +795,7 @@ tSCC* apzAab_Ultrix_StringMachs[] = {
* Fix Command Arguments for Aab_Ultrix_String * Fix Command Arguments for Aab_Ultrix_String
*/ */
static const char* apzAab_Ultrix_StringPatch[] = { static const char* apzAab_Ultrix_StringPatch[] = {
"/*\t@(#)string.h\t\t\t\t*/\n\ "#ifndef _STRING_INCLUDED\n\
/* This file was generated by fixincludes\t*/\n\
#ifndef _STRING_INCLUDED\n\
#define _STRING_INCLUDED\n\ #define _STRING_INCLUDED\n\
#include <strings.h>\n\ #include <strings.h>\n\
#endif /* _STRING_INCLUDED */\n", #endif /* _STRING_INCLUDED */\n",
...@@ -2425,7 +2419,7 @@ tSCC zIrix_Limits_ConstName[] = ...@@ -2425,7 +2419,7 @@ tSCC zIrix_Limits_ConstName[] =
* File name selection pattern * File name selection pattern
*/ */
tSCC zIrix_Limits_ConstList[] = tSCC zIrix_Limits_ConstList[] =
"|limits.h|"; "|fixinc-test-limits.h|limits.h|";
/* /*
* Machine/OS name selection pattern * Machine/OS name selection pattern
*/ */
...@@ -3730,7 +3724,7 @@ tSCC zStrict_Ansi_Not_CtdName[] = ...@@ -3730,7 +3724,7 @@ tSCC zStrict_Ansi_Not_CtdName[] =
* File name selection pattern * File name selection pattern
*/ */
tSCC zStrict_Ansi_Not_CtdList[] = 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 * Machine/OS name selection pattern
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment