summaryrefslogtreecommitdiff
path: root/dev-lang/c-intercal/files/c-intercal-30.0-yywrap.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/c-intercal/files/c-intercal-30.0-yywrap.patch')
-rw-r--r--dev-lang/c-intercal/files/c-intercal-30.0-yywrap.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/dev-lang/c-intercal/files/c-intercal-30.0-yywrap.patch b/dev-lang/c-intercal/files/c-intercal-30.0-yywrap.patch
deleted file mode 100644
index 9d46a91beceb..000000000000
--- a/dev-lang/c-intercal/files/c-intercal-30.0-yywrap.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-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;
-