diff options
author | Brad King <brad.king@kitware.com> | 2002-12-12 10:25:43 -0500 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2002-12-12 10:25:43 -0500 |
commit | fe26cf51f575b30299f1ecfff112cf095a5c6f48 (patch) | |
tree | 60fc4ae5972cc0bfb2697fdac1b47bc091eb3508 /Modules/CMakeTestGNU.c | |
parent | 38b2667de200d558eec03f65d24e13d0778bc9c7 (diff) | |
download | cmake-fe26cf51f575b30299f1ecfff112cf095a5c6f48.tar.gz |
ERR: Fixed syntax errors for picky preprocessors.
Diffstat (limited to 'Modules/CMakeTestGNU.c')
-rw-r--r-- | Modules/CMakeTestGNU.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CMakeTestGNU.c b/Modules/CMakeTestGNU.c index 1cd56244b8..63fd2b240e 100644 --- a/Modules/CMakeTestGNU.c +++ b/Modules/CMakeTestGNU.c @@ -1,3 +1,3 @@ #ifdef __GNUC__ -THIS_IS_GNU +void THIS_IS_GNU(); #endif |