summaryrefslogtreecommitdiff
path: root/x11-toolkits/wxgtk24/files/patch-src::common::parser.y
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/wxgtk24/files/patch-src::common::parser.y')
-rw-r--r--x11-toolkits/wxgtk24/files/patch-src::common::parser.y10
1 files changed, 0 insertions, 10 deletions
diff --git a/x11-toolkits/wxgtk24/files/patch-src::common::parser.y b/x11-toolkits/wxgtk24/files/patch-src::common::parser.y
deleted file mode 100644
index 6aa71425b018..000000000000
--- a/x11-toolkits/wxgtk24/files/patch-src::common::parser.y
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/common/parser.y.orig Fri Jan 4 07:47:57 2002
-+++ src/common/parser.y Sat Dec 14 14:49:19 2002
-@@ -98,6 +98,7 @@
- free($1); }
- | arg1
- {$$ = $1; }
-+ ;
-
- arg1 : WORD
- {$$ = wxmake_word($1); free($1);}