[cmake-commits] alex committed main.c 1.2 1.3

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Aug 28 08:36:33 EDT 2007


Update of /cvsroot/CMake/CMake/Tests/SourceGroups
In directory public:/mounts/ram/cvs-serv18898

Modified Files:
	main.c 
Log Message:

COMP: maybe it compiles this way with the HP-UX compiler

Alex


Index: main.c
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/SourceGroups/main.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- main.c	24 Aug 2007 18:39:13 -0000	1.2
+++ main.c	28 Aug 2007 12:36:31 -0000	1.3
@@ -1,10 +1,10 @@
 #include <stdio.h>
 
-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()
 {



More information about the Cmake-commits mailing list