Hi all,

Is it possible to change the name of the yytokentype enum? In my case, I would 
rather have it named TokenType. What is the easiest way of achieving that?

<quote>
#ifndef YYTOKENTYPE
# define YYTOKENTYPE
   /* Put the tokens into the symbol table, so that GDB and other debuggers
      know about them.  */
   enum yytokentype { <<<<<<<<<< I want to change the name of that one
     LITERAL = 258,
      ...
</quote>
 

Thanks in advance,

                Frans


_______________________________________________
Help-bison@gnu.org http://lists.gnu.org/mailman/listinfo/help-bison

Reply via email to