]> gcc.gnu.org Git - gcc.git/commitdiff
Back out controversial fix.
authorMike Stump <mrs@gcc.gnu.org>
Fri, 29 Oct 2004 21:16:51 +0000 (21:16 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Fri, 29 Oct 2004 21:16:51 +0000 (21:16 +0000)
From-SVN: r89851

fixincludes/ChangeLog
fixincludes/fixincl.x
fixincludes/inclhack.def

index 6fba0c3d455d8d1470b76134d902b268f985a78a..fbda61e2ecf387b6a752cef5b741e957ccdc4a2c 100644 (file)
@@ -1,9 +1,3 @@
-2004-10-28  Mike Stump  <mrs@apple.com>
-
-       * inclhack.def (stdio_va_list): Don't fix if stdarg.h is
-        included or ifdef va_start.
-       * fixincl.x: Regenerate.
-       
 2004-10-28  Mike Stump  <mrs@apple.com>
 
        * inclhack.def (void_null): Avoid changing NULL on C++ friendly
index 781c9383f09c833f58edf19f3fda92874d441622..eff337673c31d1e9630cb96a167903287ea2f7f0 100644 (file)
@@ -2,11 +2,11 @@
  * 
  * DO NOT EDIT THIS FILE   (fixincl.x)
  * 
- * It has been AutoGen-ed  Thursday October 28, 2004 at 07:37:27 PM PDT
+ * It has been AutoGen-ed  Friday October 29, 2004 at 02:14:23 PM PDT
  * From the definitions    inclhack.def
  * and the template file   fixincl
  */
-/* DO NOT CVS-MERGE THIS FILE, EITHER Thu Oct 28 19:37:27 PDT 2004
+/* DO NOT CVS-MERGE THIS FILE, EITHER Fri Oct 29 14:14:23 PDT 2004
  *
  * You must regenerate it.  Use the ./genfixes script.
  *
@@ -4927,13 +4927,10 @@ tSCC zStdio_Va_ListList[] =
  */
 tSCC zStdio_Va_ListBypass0[] =
        "__gnuc_va_list|_BSD_VA_LIST_|__DJ_va_list|_G_va_list";
-tSCC zStdio_Va_ListBypass1[] =
-       "include <stdarg\\.h>|#ifdef va_start";
 
-#define    STDIO_VA_LIST_TEST_CT  2
+#define    STDIO_VA_LIST_TEST_CT  1
 static tTestDesc aStdio_Va_ListTests[] = {
-  { TT_NEGREP,   zStdio_Va_ListBypass0, (regex_t*)NULL },
-  { TT_NEGREP,   zStdio_Va_ListBypass1, (regex_t*)NULL }, };
+  { TT_NEGREP,   zStdio_Va_ListBypass0, (regex_t*)NULL }, };
 
 /*
  *  Fix Command Arguments for Stdio_Va_List
@@ -7149,7 +7146,7 @@ static const char* apzX11_SprintfPatch[] = {
  *
  *  List of all fixes
  */
-#define REGEX_COUNT          205
+#define REGEX_COUNT          204
 #define MACH_LIST_SIZE_LIMIT 261
 #define FIX_COUNT            180
 
index 30d8065db45330cc89c47f32fe419700da0e5511..1e090144eb0e76ff6fd165bcd7bafe678a81fab3 100644 (file)
@@ -2715,9 +2715,6 @@ fix = {
     files    = wchar.h;
     files    = curses_colr/curses.h;
     bypass   = '__gnuc_va_list|_BSD_VA_LIST_|__DJ_va_list|_G_va_list';
-    /* Don't fix, if we use va_list from stdarg.h, or if the use is
-       otherwise protected.  */
-    bypass   = 'include <stdarg\.h>|#ifdef va_start';
 
     /*
      * Use __gnuc_va_list in arg types in place of va_list.
This page took 0.064608 seconds and 5 git commands to generate.