tags 462384 +patch
thanks
Hi,
I'm attaching a patch to fix this problem. Please take into account that the
gcc 4.3 issues are marked as release goals bugs, so if you don't upload a fix
soon it would probably be NMUed.
Thanks,
--
A computer scientist is someone who, when told to "Go to Hell,"
sees the "go to," rather than the destination, as harmful.
Saludos /\/\ /\ >< `/
Index: guile-1.8-1.8.4+1/libguile/c-tokenize.c
===================================================================
--- guile-1.8-1.8.4+1.orig/libguile/c-tokenize.c 2008-03-21 18:05:09.000000000 -0300
+++ guile-1.8-1.8.4+1/libguile/c-tokenize.c 2008-03-21 18:05:24.000000000 -0300
@@ -653,6 +653,8 @@
static int yy_flex_strlen (yyconst char * );
#endif
+#ifdef COMMENTED_OUT
+
#ifndef YY_NO_INPUT
#ifdef __cplusplus
@@ -663,6 +665,8 @@
#endif
+#endif /* ifdef COMMENTED_OUT */
+
/* Amount of stuff to slurp up with each read. */
#ifndef YY_READ_BUF_SIZE
#define YY_READ_BUF_SIZE 8192
@@ -1526,6 +1530,8 @@
return yy_is_jam ? 0 : yy_current_state;
}
+#ifdef COMMENTED_OUT
+
#ifndef YY_NO_INPUT
#ifdef __cplusplus
static int yyinput (void)
@@ -1600,6 +1606,8 @@
}
#endif /* ifndef YY_NO_INPUT */
+#endif /* ifdef COMMENTED_OUT */
+
/** Immediately switch to a different input stream.
* @param input_file A readable stream.
*