diff options
author | bmah <bmah@FreeBSD.org> | 2001-11-06 03:56:28 +0000 |
---|---|---|
committer | bmah <bmah@FreeBSD.org> | 2001-11-06 03:56:28 +0000 |
commit | b2ef21e2d04d204192f922dd04ed8f54d9bdc143 (patch) | |
tree | ca4177750cb8c3bd9a516b5bf8d71657d53d5ad4 | |
parent | 76c2e25c9eca6720a294cda9874323d2bb041c34 (diff) | |
download | FreeBSD-ports-b2ef21e2d04d204192f922dd04ed8f54d9bdc143.zip FreeBSD-ports-b2ef21e2d04d204192f922dd04ed8f54d9bdc143.tar.gz |
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.
-rw-r--r-- | x11-wm/vtwm/files/patch-aa | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/x11-wm/vtwm/files/patch-aa b/x11-wm/vtwm/files/patch-aa deleted file mode 100644 index 79b4e43..0000000 --- a/x11-wm/vtwm/files/patch-aa +++ /dev/null @@ -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; - - %} - |