From 1ed94b7c84b1e77e6f5c2da49abd3115bb899f4f Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Sun, 22 Jul 2012 09:19:55 +0200 Subject: [PATCH] fixup! output: use the token list to define the yytokentype --- data/c.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/c.m4 b/data/c.m4 index 0fee14d0..4b6cc5a3 100644 --- a/data/c.m4 +++ b/data/c.m4 @@ -254,7 +254,7 @@ static const b4_int_type_for([$2]) yy$1[[]] = # -------------------------- # Output the definition of this token as #define. m4_define([b4_token_define], -[b4_token_format_([#define %s %s], [$1])]) +[b4_token_format([#define %s %s], [$1])]) # b4_token_defines # ---------------- @@ -269,7 +269,7 @@ m4_join([ # ------------------------ # Output the definition of this token as an enum. m4_define([b4_token_enum], -[b4_token_format_([ %s = %s], [$1])]) +[b4_token_format([ %s = %s], [$1])]) # b4_token_enums