Update of /cvsroot/yap
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv1380
Modified Files:
changes-5.1.html config.h.in
Log Message:
fix bad syntax in config.h and first step to fix chr compilation.
Index: config.h.in
===================================================================
RCS file: /cvsroot/yap/config.h.in,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- config.h.in 2 Apr 2008 15:41:46 -0000 1.50
+++ config.h.in 27 Jul 2008 22:31:36 -0000 1.51
@@ -124,10 +124,12 @@
in adtdefs.c
*/
#define FFIEEE 1
-#undef FFVAX /* manual */
+/*manual */
+#undef FFVAX
/* Define the standard type of a float argument to a function */
-#define FAFloat double /* manual */
+/*manual */
+#define FAFloat double
/* Set the minimum and default heap, trail and stack size */
#undef MinTrailSpace
|