freebsd-ports/x11-wm/tvtwm/files/patch-gram.y
Dmitry Marakasov 050ac776e4 - Add LICENSE
- Regenerate patches with `make makepatch`
2015-12-29 09:41:47 +00:00

11 lines
335 B
Text

--- gram.y.orig 1993-11-22 20:10:49 UTC
+++ gram.y
@@ -79,7 +79,7 @@ unsigned int mods_used = (ShiftMask | Co
extern int do_single_keyword(), do_string_keyword(), do_number_keyword();
extern name_list **do_colorlist_keyword();
extern int do_color_keyword(), do_string_savecolor();
-extern int yylineno;
+int yylineno;
%}
%union