+[#ifndef YYTOKENTYPE
+# if defined (__STDC__) || defined (__cplusplus)
+ /* Put the tokens into the symbol table, so that GDB and other debuggers
+ know about them. */
+ enum yytokentype {
+m4_map_sep([ b4_token_enum], [,
+],
+ [$@])
+ };
+ /* POSIX requires `int' for tokens in interfaces. */
+# define YYTOKENTYPE int
+# endif
+#endif
+m4_map([b4_token_define], [$@])])