]> git.saurik.com Git - bison.git/blobdiff - doc/bison.texinfo
Bind examples/calc++ to the package.
[bison.git] / doc / bison.texinfo
index 5f7b6c388b6b4287d93788541dda86df6e0d0e0e..148573527d611c8d8dfca5a0921ac1c0daffa686 100644 (file)
@@ -7360,10 +7360,12 @@ preceding tokens.  Comments would be treated equally.
 
 @comment file: calc++-scanner.ll
 @example
+%@{
+# define YY_USER_ACTION  yylloc->columns (yyleng);
+%@}
 %%
 %@{
   yylloc->step ();
-# define YY_USER_ACTION  yylloc->columns (yyleng);
 %@}
 @{blank@}+   yylloc->step ();
 [\n]+      yylloc->lines (yyleng); yylloc->step ();