1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/x11-wm/vtwm/files/patch-aa
Seiichirou Hiraoka dd11f0e889 PR: ports/9166
Submitted by:	bmah@ca.sandia.gov
twm with a virtual desktop and optional Motif-like features.
1998-12-24 13:17:58 +00:00

26 lines
587 B
Plaintext

*** 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;
%}