]> git.saurik.com Git - bison.git/blobdiff - tests/actions.at
* data/glr.c (b4_shared_declarations): Put start-header first,
[bison.git] / tests / actions.at
index e1b2cb9950fd67f3c74ba2ab31d4cf6c2e1c8077..6f52b0693cd775c454c7f82519eb5d321e9ef869 100644 (file)
@@ -190,7 +190,7 @@ m4_ifval([$6], [%union
   int ival;
 }])
 AT_LALR1_CC_IF([%define "global_tokens_and_yystype"])
-m4_ifval([$6], [[%end-header {]], [[%start-header {]])
+m4_ifval([$6], [[%end-header {]], [[%after-header {]])
 AT_LALR1_CC_IF([typedef yy::location YYLTYPE;
                 m4_ifval([$6], , [#define YYSTYPE int])])
 [static int yylex (]AT_LEX_FORMALS[);