help-flex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: regarding the datatype of yy_state_buf


From: John Millaway
Subject: Re: regarding the datatype of yy_state_buf
Date: Mon, 19 Aug 2002 13:28:46 -0700 (PDT)

> Is there any way that I can change the datatype of yy_state_buf from char 
> array to char * in the generated lexer file, and also where should I
> allocate the memory for this variable. 

Huh? yy_state_buf is not a char array. It is either an int or pointer to struct
yy_transition_info. Why do you want to change it? Wh are you messing with it in
the first place?


__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]