]> gcc.gnu.org Git - gcc.git/commitdiff
enhance the format style c_fix & remove unneeded wrapper funcs
authorBruce Korb <korbb@gcc.gnu.org>
Fri, 12 May 2000 15:55:45 +0000 (15:55 +0000)
committerBruce Korb <korbb@gcc.gnu.org>
Fri, 12 May 2000 15:55:45 +0000 (15:55 +0000)
From-SVN: r33873

gcc/fixinc/fixfixes.c

index 11a559dd5ebb9f33cfaf9cf1f87a7b9c777ab040..ccf91778454f07e7600fc146234dae1cac3f9f06 100644 (file)
@@ -67,17 +67,15 @@ typedef struct {
 
 #define FIXUP_TABLE \
   _FT_( "format",           format_fix ) \
-  _FT_( "IO_use",          IO_use_fix ) \
-  _FT_( "CTRL_use",        CTRL_use_fix) \
-  _FT_( "IO_defn",         IO_defn_fix ) \
-  _FT_( "CTRL_defn",       CTRL_defn_fix ) \
+  _FT_( "char_macro_use",   char_macro_use_fix ) \
+  _FT_( "char_macro_def",   char_macro_def_fix ) \
   _FT_( "machine_name",            machine_name_fix )
 
 
 #define FIX_PROC_HEAD( fix ) \
 static void fix ( filname, text, p_fixd ) \
     const char* filname; \
-    char* text; \
+    static char* text; \
     tFixDesc* p_fixd;
 
 
This page took 0.066657 seconds and 5 git commands to generate.