From ee4ec08513c3960bea38c14d143b62c70e81edd8 Mon Sep 17 00:00:00 2001 From: Adela Vais Date: Thu, 10 Dec 2020 22:53:51 +0200 Subject: [PATCH] d: m4 style consistency fix * data/skeletons/lalr1.d: Here. --- data/skeletons/lalr1.d | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/data/skeletons/lalr1.d b/data/skeletons/lalr1.d index a3378bce..fe07f88d 100644 --- a/data/skeletons/lalr1.d +++ b/data/skeletons/lalr1.d @@ -409,9 +409,8 @@ b4_locations_if([, ref ]b4_location_type[ yylocationp])[) yycdebugln (message); } } -]]) -b4_symbol_type_define -[ +]])[ +]b4_symbol_type_define[ /** * Parse input from the scanner that was specified at object construction * time. Return whether the end of the input was reached successfully.