*
* DO NOT EDIT THIS FILE (fixincl.x)
*
- * It has been AutoGen-ed September 16, 2020 at 06:34:57 PM by AutoGen 5.18
+ * It has been AutoGen-ed September 17, 2020 at 03:10:47 PM by AutoGen 5.18
* From the definitions inclhack.def
* and the template file fixincl
*/
-/* DO NOT SVN-MERGE THIS FILE, EITHER Wed Sep 16 18:34:57 UTC 2020
+/* DO NOT SVN-MERGE THIS FILE, EITHER Thu Sep 17 15:10:47 UTC 2020
*
* You must regenerate it. Use the ./genfixes script.
*
* certain ANSI-incompatible system header files which are fixed to work
* correctly with ANSI C and placed in a directory that GNU C will search.
*
- * This file contains 258 fixup descriptions.
+ * This file contains 259 fixup descriptions.
*
* See README for more information.
*
#else /* __cplusplus */",
(char*)NULL };
+/* * * * * * * * * * * * * * * * * * * * * * * * * *
+ *
+ * Description of Aix_Inttypes fix
+ */
+tSCC zAix_InttypesName[] =
+ "aix_inttypes";
+
+/*
+ * File name selection pattern
+ */
+tSCC zAix_InttypesList[] =
+ "sys/inttypes.h\0";
+/*
+ * Machine/OS name selection pattern
+ */
+tSCC* apzAix_InttypesMachs[] = {
+ "*-*-aix*",
+ (const char*)NULL };
+
+/*
+ * content selection pattern - do fix if pattern found
+ */
+tSCC zAix_InttypesSelect0[] =
+ "#if !defined\\(__cplusplus\\) \\|\\| defined\\(__STDC_FORMAT_MACROS\\)";
+
+#define AIX_INTTYPES_TEST_CT 1
+static tTestDesc aAix_InttypesTests[] = {
+ { TT_EGREP, zAix_InttypesSelect0, (regex_t*)NULL }, };
+
+/*
+ * Fix Command Arguments for Aix_Inttypes
+ */
+static const char* apzAix_InttypesPatch[] = {
+ "format",
+ "#if 1",
+ (char*)NULL };
+
/* * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Description of Aix_Malloc fix
*
* List of all fixes
*/
-#define REGEX_COUNT 296
+#define REGEX_COUNT 297
#define MACH_LIST_SIZE_LIMIT 187
-#define FIX_COUNT 258
+#define FIX_COUNT 259
/*
* Enumerate the fixes
AIX_EXTERNC_FIXIDX,
AIX_EXTERNCPP1_FIXIDX,
AIX_EXTERNCPP2_FIXIDX,
+ AIX_INTTYPES_FIXIDX,
AIX_MALLOC_FIXIDX,
AIX_NET_IF_ARP_FIXIDX,
AIX_NULL_FIXIDX,
AIX_EXTERNCPP2_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
aAix_Externcpp2Tests, apzAix_Externcpp2Patch, 0 },
+ { zAix_InttypesName, zAix_InttypesList,
+ apzAix_InttypesMachs,
+ AIX_INTTYPES_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
+ aAix_InttypesTests, apzAix_InttypesPatch, 0 },
+
{ zAix_MallocName, zAix_MallocList,
apzAix_MallocMachs,
AIX_MALLOC_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,