diff options
author | Bruce Korb <bkorb@gnu.org> | 2000-05-12 21:59:39 +0000 |
---|---|---|
committer | Bruce Korb <korbb@gcc.gnu.org> | 2000-05-12 21:59:39 +0000 |
commit | 88acf85484a1263e48fc192b77c97ec356a9ef59 (patch) | |
tree | 719f5146967fada026ae91c51fba191859cee6b5 /gcc/fixinc/fixfixes.c | |
parent | aeb4f5ef5d18088fc00cdf76f39c7f3268b3547e (diff) | |
download | gcc-88acf85484a1263e48fc192b77c97ec356a9ef59.zip gcc-88acf85484a1263e48fc192b77c97ec356a9ef59.tar.gz gcc-88acf85484a1263e48fc192b77c97ec356a9ef59.tar.bz2 |
fix up some of the testing
From-SVN: r33886
Diffstat (limited to 'gcc/fixinc/fixfixes.c')
-rw-r--r-- | gcc/fixinc/fixfixes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fixinc/fixfixes.c b/gcc/fixinc/fixfixes.c index 90b8fd8..d254a70 100644 --- a/gcc/fixinc/fixfixes.c +++ b/gcc/fixinc/fixfixes.c @@ -69,7 +69,7 @@ typedef struct { _FT_( "format", format_fix ) \ _FT_( "char_macro_use", char_macro_use_fix ) \ _FT_( "char_macro_def", char_macro_def_fix ) \ - _FT_( "machine_name", machine_name_fix ) + _FT_( "machine_name", machine_name_fix ) #define FIX_PROC_HEAD( fix ) \ |