help-flex
[Top][All Lists]
Advanced

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

Re: [Fwd: Parsing Problem]


From: John Millaway
Subject: Re: [Fwd: Parsing Problem]
Date: Mon, 12 Aug 2002 12:57:43 -0700 (PDT)

> struct_decl: STRUCT NAME OPENPAR var_decl_list CLOSEPAR semicolon

You have to strdup() yytext if you hope to preserve it for the parser, since it
is overwritten as the scanner matches OPENPAR var_decl_list CLOSEPAR semicolon.
-John


__________________________________________________
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]