From c5b99d79b7d1fc8d1dcd53a0c703c3ceead5a42b Mon Sep 17 00:00:00 2001 From: Matt Wette Date: Sun, 8 Jan 2017 16:56:24 -0800 Subject: [PATCH] nyacc: ugh. fixes did not take, why? --- module/nyacc/README.nyacc | 2 +- module/nyacc/lalr.scm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/module/nyacc/README.nyacc b/module/nyacc/README.nyacc index 50750adb..7a818315 100644 --- a/module/nyacc/README.nyacc +++ b/module/nyacc/README.nyacc @@ -1,4 +1,4 @@ -This is a version 0.74.0 of NYACC (Not Yet Another Compiler Compiler!). +This is a version 0.74.0+fixes of NYACC (Not Yet Another Compiler Compiler!). Copyright (C) 2015,2016 Matthew R. Wette diff --git a/module/nyacc/lalr.scm b/module/nyacc/lalr.scm index 122b1a9c..9e74761d 100644 --- a/module/nyacc/lalr.scm +++ b/module/nyacc/lalr.scm @@ -52,7 +52,7 @@ #:use-module (nyacc util) ) -(define *nyacc-version* "0.74.0") +(define *nyacc-version* "0.74.0+fixes") ;; @deffn proxy-? sym rhs