[adms] 08/09: repair syntax in yacc input files
felix salfelder
felix-guest at moszumanska.debian.org
Fri May 16 13:52:51 UTC 2014
This is an automated email from the git hooks/post-receive script.
felix-guest pushed a commit to branch debian
in repository adms.
commit 88a755fc617c45ecaa6a634493a55ad799f563f8
Author: Felix Salfelder <felix at em.cs.uni-frankfurt.de>
Date: Fri May 16 11:51:56 2014 +0200
repair syntax in yacc input files
---
admsXml/mkelements.pl | 2 +-
admsXml/preprocessorYacc.y | 2 +-
admsXml/verilogaYacc.y.in | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/admsXml/mkelements.pl b/admsXml/mkelements.pl
index 435b97e..ecd56cc 100644
--- a/admsXml/mkelements.pl
+++ b/admsXml/mkelements.pl
@@ -1951,7 +1951,7 @@ print "$top_srcdir/admsXml/admstpathYacc.h: created\n";
open admstpathYacc_y,">$top_srcdir/admsXml/admstpathYacc.y";
print admstpathYacc_y "$BUILDER
-%define api.prefix \"admstpath\"
+%define api.prefix {admstpath}
%lex-param {p_pparse mypparse}
%parse-param {p_pparse mypparse}
\%{
diff --git a/admsXml/preprocessorYacc.y b/admsXml/preprocessorYacc.y
index 4203d8f..ac249d2 100644
--- a/admsXml/preprocessorYacc.y
+++ b/admsXml/preprocessorYacc.y
@@ -1,4 +1,4 @@
-%define api.prefix "preprocessor"
+%define api.prefix {preprocessor}
%defines
%{
diff --git a/admsXml/verilogaYacc.y.in b/admsXml/verilogaYacc.y.in
index 654a059..e0750ba 100644
--- a/admsXml/verilogaYacc.y.in
+++ b/admsXml/verilogaYacc.y.in
@@ -1,4 +1,4 @@
-%define api.prefix "veriloga"
+%define api.prefix {veriloga}
%defines
%{
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/adms.git
More information about the debian-science-commits
mailing list