[cmake-commits] hoffman committed testfromauxsubdir.c 1.1 1.2

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Feb 21 21:24:19 EST 2007


Update of /cvsroot/CMake/CMake/Tests/SubDirSpaces/ThirdSubDir
In directory public:/mounts/ram/cvs-serv8802/Tests/SubDirSpaces/ThirdSubDir

Modified Files:
	testfromauxsubdir.c 
Log Message:
ENH: fix parens in the path with spaces in the path


Index: testfromauxsubdir.c
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/SubDirSpaces/ThirdSubDir/testfromauxsubdir.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- testfromauxsubdir.c	19 Feb 2007 17:23:37 -0000	1.1
+++ testfromauxsubdir.c	22 Feb 2007 02:24:17 -0000	1.2
@@ -4,11 +4,12 @@
 void pair_stuff();
 void pair_p_stuff();
 void vcl_stuff();
-
+void testOdd();
 int main()
 {
   printf("Hello from subdirectory\n");
   secondone();
+  testOdd();
   pair_stuff();
   pair_p_stuff();
   vcl_stuff();



More information about the Cmake-commits mailing list