GNU Info

Info Node: (bison.info)C Declarations

(bison.info)C Declarations


Next: Bison Declarations Up: Grammar Outline
Enter node , (file) or (file)node

The C Declarations Section
--------------------------

   The C DECLARATIONS section contains macro definitions and
declarations of functions and variables that are used in the actions in
the grammar rules.  These are copied to the beginning of the parser
file so that they precede the definition of `yyparse'.  You can use
`#include' to get the declarations from a header file.  If you don't
need any C declarations, you may omit the `%{' and `%}' delimiters that
bracket this section.


automatically generated by info2www version 1.2.2.9