#include "symtab.h"
}
+%code top
+{
+ /* On column 0 to please syntax-check. */
+#include <config.h>
+}
+
%code
{
- #include <config.h>
#include "system.h"
#include "c-ctype.h"
named_ref.opt:
%empty { $$ = 0; }
-| BRACKETED_ID { $$ = named_ref_new($1, @1); }
+| BRACKETED_ID { $$ = named_ref_new ($1, @1); }
;
/*---------------------.
static
char *strip_braces (char *code)
{
- code[strlen(code) - 1] = 0;
+ code[strlen (code) - 1] = 0;
return code + 1;
}