summaryrefslogtreecommitdiff
blob: 9d46a91beceb0f4e219e015ba62cc232164d438a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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;