From 61aa07b78c0adc726228ab93cb22e24882a6a8f9 Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Tue, 28 Aug 2007 08:36:31 -0400 Subject: [PATCH] COMP: maybe it compiles this way with the HP-UX compiler Alex --- Tests/SourceGroups/main.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Tests/SourceGroups/main.c b/Tests/SourceGroups/main.c index 212e64baa..2c1002ed8 100644 --- a/Tests/SourceGroups/main.c +++ b/Tests/SourceGroups/main.c @@ -1,10 +1,10 @@ #include -extern int foo(void); -extern int bar(void); -extern int foobar(void); -extern int barbar(void); -extern int baz(void); +int foo(); +int bar(); +int foobar(); +int barbar(); +int baz(); int main() {