From 5bf49dfb5473d90ad39decdf2dc35a469d6029e1 Mon Sep 17 00:00:00 2001 From: Matt Wette Date: Fri, 17 Feb 2017 10:21:52 -0800 Subject: [PATCH] nyacc: merged in 0.75.5 from master and inc version --- 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 314cdb3c..69c5c1d2 100644 --- a/module/nyacc/README.nyacc +++ b/module/nyacc/README.nyacc @@ -1,4 +1,4 @@ -This is a version 0.75.5 of NYACC (Not Yet Another Compiler Compiler!). +This is a version 0.75.5+c99dev of NYACC (Not Yet Another Compiler Compiler!). Copyright (C) 2015-2017 Matthew R. Wette diff --git a/module/nyacc/lalr.scm b/module/nyacc/lalr.scm index 1ec73994..b30ba45b 100644 --- a/module/nyacc/lalr.scm +++ b/module/nyacc/lalr.scm @@ -50,7 +50,7 @@ #:use-module (nyacc util) ) -(define *nyacc-version* "0.75.5") +(define *nyacc-version* "0.75.5+c99dev") ;; @deffn proxy-? sym rhs