diff options
author | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1998-12-24 13:17:58 +0000 |
---|---|---|
committer | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1998-12-24 13:17:58 +0000 |
commit | dd11f0e889c3feaa34a239398af25e56a2df0935 (patch) | |
tree | c54fb0db9f6b0a4d3d6d7531198fe78178625b56 /x11-wm/vtwm/files | |
parent | - Upgrade to 1.2 (diff) |
PR: ports/9166
Submitted by: bmah@ca.sandia.gov
twm with a virtual desktop and optional Motif-like features.
Notes
Notes:
svn path=/head/; revision=15585
Diffstat (limited to 'x11-wm/vtwm/files')
-rw-r--r-- | x11-wm/vtwm/files/patch-aa | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/x11-wm/vtwm/files/patch-aa b/x11-wm/vtwm/files/patch-aa new file mode 100644 index 000000000000..79b4e4366ebc --- /dev/null +++ b/x11-wm/vtwm/files/patch-aa @@ -0,0 +1,25 @@ +*** gram.y.orig Mon Sep 21 22:42:49 1998 +--- gram.y Mon Sep 21 22:43:08 1998 +*************** +*** 89,101 **** + extern int do_color_keyword(); + extern void do_string_savecolor(), do_var_savecolor(), do_squeeze_entry(); + +! /* +! * this used to be the definition - now making the assumption it's +! * defined in lex's skeleton file (submitted by Nelson H. F. Beebe) +! * +! * djhjr - 1/16/98 +! */ +! extern int yylineno; + + %} + +--- 89,95 ---- + extern int do_color_keyword(); + extern void do_string_savecolor(), do_var_savecolor(), do_squeeze_entry(); + +! int yylineno; + + %} + |