[cig-commits] r5603 - in long/3D/Gale/trunk: . python/Gale/packages

walter at geodynamics.org walter at geodynamics.org
Sat Dec 16 23:03:09 PST 2006


Author: walter
Date: 2006-12-16 23:03:09 -0800 (Sat, 16 Dec 2006)
New Revision: 5603

Modified:
   long/3D/Gale/trunk/
   long/3D/Gale/trunk/python/Gale/packages/C99_functions.py
Log:
 r1248 at earth:  boo | 2006-12-16 21:19:42 -0800
 Fix the __func__ define during configure



Property changes on: long/3D/Gale/trunk
___________________________________________________________________
Name: svk:merge
   - 3a629746-de10-0410-b17b-fd6ecaaa963e:/cig:1245
   + 3a629746-de10-0410-b17b-fd6ecaaa963e:/cig:1248

Modified: long/3D/Gale/trunk/python/Gale/packages/C99_functions.py
===================================================================
--- long/3D/Gale/trunk/python/Gale/packages/C99_functions.py	2006-12-17 05:15:00 UTC (rev 5602)
+++ long/3D/Gale/trunk/python/Gale/packages/C99_functions.py	2006-12-17 07:03:09 UTC (rev 5603)
@@ -31,7 +31,7 @@
 
     if not self.checkLink('#include <stdio.h>\n',
                           'printf("%s",__func__);\n'):
-      C99_defines+="-D__func__=\\\"func\\\""
+      C99_defines+="-D__func__=\\\\\\\"func\\\\\\\" "
 
     if not self.checkLink('#include <math.h>\n',
                           'isnan(1.0);\n'):



More information about the cig-commits mailing list