cvsuser 04/05/26 05:51:11
Modified: imcc imcc.l imclexer.c
Log:
temporarily disabled _PARROTLIB for IMCC's .include
Revision Changes Path
1.104 +2 -2 parrot/imcc/imcc.l
Index: imcc.l
===================================================================
RCS file: /cvs/public/parrot/imcc/imcc.l,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -w -r1.103 -r1.104
--- imcc.l 25 May 2004 17:56:22 -0000 1.103
+++ imcc.l 26 May 2004 12:51:11 -0000 1.104
@@ -811,8 +811,8 @@
return 0;
}
-/* _PARROTLIB is now the default */
-#define _PARROTLIB
+/* _PARROTLIB is now the default; XXX: "make testr" is not working yet */
+/*#define _PARROTLIB*/
/* XXX: use this code for miniparrot */
#if !defined(_PARROTLIB)
1.108 +2 -2 parrot/imcc/imclexer.c
Index: imclexer.c
===================================================================
RCS file: /cvs/public/parrot/imcc/imclexer.c,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -w -r1.107 -r1.108
--- imclexer.c 25 May 2004 17:56:22 -0000 1.107
+++ imclexer.c 26 May 2004 12:51:11 -0000 1.108
@@ -2,7 +2,7 @@
/* A lexical scanner generated by flex */
/* Scanner skeleton version:
- * $Header: /cvs/public/parrot/imcc/imclexer.c,v 1.107 2004/05/25 17:56:22 jrieks
Exp $
+ * $Header: /cvs/public/parrot/imcc/imclexer.c,v 1.108 2004/05/26 12:51:11 jrieks
Exp $
*/
#define FLEX_SCANNER
@@ -3596,8 +3596,8 @@
return 0;
}
-/* _PARROTLIB is now the default */
-#define _PARROTLIB
+/* _PARROTLIB is now the default; XXX: "make testr" is not working yet */
+/*#define _PARROTLIB*/
/* XXX: use this code for miniparrot */
#if !defined(_PARROTLIB)