]> granicus.if.org Git - re2c/commitdiff
- WS
authorhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Mon, 16 Apr 2007 21:44:18 +0000 (21:44 +0000)
committerhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Mon, 16 Apr 2007 21:44:18 +0000 (21:44 +0000)
re2c/parser.y

index c3602809f0cd642330bde0f722710b6413d5840c..3fba68ea9bfd364a881b050336bf1233b24bb57d 100644 (file)
@@ -81,7 +81,7 @@ static char* strdup(const char* s)
 %type  <regexp>        RANGE   STRING
 %type  <regexp>        rule    look    expr    diff    term    factor  primary
 %type  <str>           CONFIG  VALUE
-%type   <clist>                cond    clist
+%type  <clist>         cond    clist
 %type  <number>        NUMBER
 
 %%