mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
We don't appear to need this patchfile (it was required at one
point in the past, but a 4.4-STABLE machine doesn't need it). No version bump because there's no change in functionality or buildability.
This commit is contained in:
parent
3646e3c1c6
commit
a63f73db1a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49635
1 changed files with 0 additions and 25 deletions
|
@ -1,25 +0,0 @@
|
||||||
*** 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;
|
|
||||||
|
|
||||||
%}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue