diff options
| author | korbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-02 19:01:16 +0000 |
|---|---|---|
| committer | korbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-02 19:01:16 +0000 |
| commit | 8322672c0783e045987df7aab5d93844df4b5416 (patch) | |
| tree | 1439094d4910509d094ac139d17d6f337d42620c /gcc/fixinc/fixtests.c | |
| parent | a4051ff78fc407187afbdb2d92834124662fa68d (diff) | |
| download | ppe42-gcc-8322672c0783e045987df7aab5d93844df4b5416.tar.gz ppe42-gcc-8322672c0783e045987df7aab5d93844df4b5416.zip | |
Kaveh's warning patch from 11/19
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37958 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fixinc/fixtests.c')
| -rw-r--r-- | gcc/fixinc/fixtests.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fixinc/fixtests.c b/gcc/fixinc/fixtests.c index 4e45dc1dd54..75d66c17474 100644 --- a/gcc/fixinc/fixtests.c +++ b/gcc/fixinc/fixtests.c @@ -58,7 +58,7 @@ typedef struct { _FT_( "machine_name", machine_name_test ) #define TEST_FOR_FIX_PROC_HEAD( test ) \ -apply_fix_p_t test PARAMS(( tCC* file, tCC* text )); /* avoid warning */ \ +static apply_fix_p_t test PARAMS(( tCC* file, tCC* text )); \ static apply_fix_p_t test ( fname, text ) \ tCC* fname; \ tCC* text; |

