summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-07-27 09:04:04 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-07-27 09:04:04 +0200
commiteda904bf7e4706146b83090dc822b5586d48045d (patch)
treed15054f0906de9a5b1cbe15ff13c7c886b5fdc12
parent6c0c0d306bd99a57d0504090dc097a670d996ff4 (diff)
downloadlibtasn1-eda904bf7e4706146b83090dc822b5586d48045d.tar.gz
ASN1.y: updated for new yacc syntax (according to bison warnings)
-rw-r--r--lib/ASN1.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ASN1.y b/lib/ASN1.y
index acfee46..174ffde 100644
--- a/lib/ASN1.y
+++ b/lib/ASN1.y
@@ -57,7 +57,7 @@ static int _asn1_yylex(void);
/* Prefix symbols and functions with _asn1_ */
/* %define parse.lac full */
%error-verbose
-%name-prefix="_asn1_yy"
+%name-prefix "_asn1_yy"
%union {
unsigned int constant;