[EMAIL PROTECTED] wrote:
> 
> then I use the command
> 
> lemon parse.y 
> 
> I successfully get the parse.h file
> 
> but the file is not right. 
> I only get 137 ids
> 
> the follwing 15 ids do not exist in the parse.h
> 
> TK_TO_TEXT
> ....
> TK_CONST_FUNC 
> 

You need to run the awk script "addopcodes.awk" in order to
add these additional values.
--
D. Richard Hipp  <[EMAIL PROTECTED]>


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to