diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-01-27 15:07:27 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-02 23:34:53 -0600 |
commit | 0daac82c3849cd3b5a4bd5cd0d9169ce0ca4e958 (patch) | |
tree | ec6d72b8914152ccd320d81957e1ddccef63a5f8 /package/bison/patches/patch-doc_bison_help | |
parent | 1643cb575d298ecad463c0976352bf58d84361d8 (diff) |
update to latest stable upstream versions
Diffstat (limited to 'package/bison/patches/patch-doc_bison_help')
-rw-r--r-- | package/bison/patches/patch-doc_bison_help | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/bison/patches/patch-doc_bison_help b/package/bison/patches/patch-doc_bison_help deleted file mode 100644 index c2b452fdf..000000000 --- a/package/bison/patches/patch-doc_bison_help +++ /dev/null @@ -1,11 +0,0 @@ ---- bison-3.0.1.orig/doc/bison.help 2013-11-12 14:57:56.000000000 +0100 -+++ bison-3.0.1/doc/bison.help 2013-11-27 18:41:48.000000000 +0100 -@@ -4,7 +4,7 @@ Written by Robert Corbett and Richard St - Copyright (C) 2013 Free Software Foundation, Inc. - This is free software; see the source for copying conditions. There is NO - warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. --Usage: src/bison [OPTION]... FILE -+Usage: bison [OPTION]... FILE - Generate a deterministic LR or generalized LR (GLR) parser employing - LALR(1), IELR(1), or canonical LR(1) parser tables. IELR(1) and - canonical LR(1) support is experimental. |