commit 9a5781ae81dfd6ab2bae867a65d4c3cd16a1ba53
Author: Sascha Wildner <[email protected]>
Date: Sun Nov 9 14:02:53 2014 +0100
byacc-20141006: Adjust some forgotten things on the vendor branch.
* skeleton.c is now yaccpar.c
* New file mstring.c
* Adjust README.DELETED
Summary of changes:
contrib/byacc/README.DELETED | 6 +
contrib/byacc/mstring.c | 207 ++++++++++++++++++++++++++++++++
contrib/byacc/{skeleton.c => yaccpar.c} | 117 ++++++++----------
3 files changed, 261 insertions(+), 69 deletions(-)
create mode 100644 contrib/byacc/mstring.c
rename contrib/byacc/{skeleton.c => yaccpar.c} (82%)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/9a5781ae81dfd6ab2bae867a65d4c3cd16a1ba53
--
DragonFly BSD source repository