From 62154122b32393685d25396e9532f0db346c29a4 Mon Sep 17 00:00:00 2001 From: Matt Wette Date: Mon, 20 Feb 2017 13:45:45 -0800 Subject: [PATCH] nyacc: merge master 0.76.0 --- module/nyacc/README.nyacc | 2 +- module/nyacc/lalr.scm | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/module/nyacc/README.nyacc b/module/nyacc/README.nyacc index a57d443b..42688659 100644 --- a/module/nyacc/README.nyacc +++ b/module/nyacc/README.nyacc @@ -1,4 +1,4 @@ -This is a version 0.76.0 of NYACC (Not Yet Another Compiler Compiler!). +This is a version 0.76.0+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 106f3cca..d37b564d 100644 --- a/module/nyacc/lalr.scm +++ b/module/nyacc/lalr.scm @@ -50,8 +50,7 @@ #:use-module (nyacc util) ) -(define *nyacc-version* "0.76.0") - +(define *nyacc-version* "0.76.0+c99dev") ;; @deffn proxy-? sym rhs ;; @example