From fe26cf51f575b30299f1ecfff112cf095a5c6f48 Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 12 Dec 2002 10:25:43 -0500 Subject: [PATCH] ERR: Fixed syntax errors for picky preprocessors. --- Modules/CMakeTestGNU.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/CMakeTestGNU.c b/Modules/CMakeTestGNU.c index 1cd56244b..63fd2b240 100644 --- a/Modules/CMakeTestGNU.c +++ b/Modules/CMakeTestGNU.c @@ -1,3 +1,3 @@ #ifdef __GNUC__ -THIS_IS_GNU +void THIS_IS_GNU(); #endif