You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-lang/c-intercal/files/c-intercal-30.0-yywrap.patch

18 lines
282 B

https://bugs.gentoo.org/604848
--- intercal-0.30-orig/src/lexer.l
+++ intercal-0.30/src/lexer.l
@@ -38,12 +38,10 @@
/*#undef wchar_t*/
/*#define wchar_t unsigned char*/
-#ifndef yywrap
static int yywrap(void)
{
return 1;
}
-#endif /* yywrap */
int iyylineno = 1;