summaryrefslogtreecommitdiff
path: root/dev-lang/c-intercal/files/c-intercal-31.0-no-common.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/c-intercal/files/c-intercal-31.0-no-common.patch')
-rw-r--r--dev-lang/c-intercal/files/c-intercal-31.0-no-common.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-lang/c-intercal/files/c-intercal-31.0-no-common.patch b/dev-lang/c-intercal/files/c-intercal-31.0-no-common.patch
deleted file mode 100644
index ff409aeb2518..000000000000
--- a/dev-lang/c-intercal/files/c-intercal-31.0-no-common.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-https://bugs.gentoo.org/711902
-
---- intercal-0.31-orig/src/perpet.c
-+++ intercal-0.31/src/perpet.c
-@@ -85,7 +85,7 @@
- /* function created by yacc */
- extern int yyparse(void);
-
--int yydebug;
-+extern int yydebug;
-
- /* compilation options */
- bool compile_only; /* just compile into C, don't run the linker */