bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 4/6] skeletons: fix an error message


From: Akim Demaille
Subject: [PATCH 4/6] skeletons: fix an error message
Date: Sun, 23 Dec 2012 10:27:04 +0100

* data/bison.m4 (b4_flag_if): Display the invalid value.
---
 data/bison.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/bison.m4 b/data/bison.m4
index 6f06266..03bcc06 100644
--- a/data/bison.m4
+++ b/data/bison.m4
@@ -300,7 +300,7 @@ m4_define([b4_flag_if],
 [m4_case(b4_$1_flag,
          [0], [$3],
          [1], [$2],
-         [m4_fatal([invalid $1 value: ]$1)])])
+         [m4_fatal([invalid $1 value: ]b4_$1_flag)])])
 
 
 # b4_define_flag_if(FLAG)
-- 
1.8.0.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]