Re: Possible to change name of enum yytokentype?

2006-02-10 Thread Joel E. Denny
On Fri, 10 Feb 2006, Frans Englich wrote: > On Friday 10 February 2006 17:13, Frans Englich wrote: > > 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? Would a simple t

Re: Possible to change name of enum yytokentype?

2006-02-10 Thread Frans Englich
On Friday 10 February 2006 17:13, Frans Englich wrote: > 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? Also, why is the defines provides in addition to the enum? In this way

Possible to change name of enum yytokentype?

2006-02-10 Thread Frans Englich
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? #ifndef YYTOKENTYPE # define YYTOKENTYPE /* Put the tokens into the symbol table, so that GDB and other debuggers know abou