Re: [Xtcc-developer] Chat with pompon
Market Research Data Processing Suite
Status: Alpha
Brought to you by:
neilxdsouza
|
From: Neil D'S. <nei...@gm...> - 2010-06-08 06:08:28
|
Hi Pompon, These functions are excluded from the runtime as they are not needed when we are running the generated executable. i.e. qscript -f inp -> test_script.C Compile test_script.C -> final executable - this needs the runtime environment but yyparse() etc are not needed here. Regards, Neil On Tue, Jun 8, 2010 at 12:10 AM, pom...@gm... < pom...@gm...> wrote: > > These messages were sent while you were offline. > > 12:10 AM pom...@gm...: why InitStatement(),yyrestart() and > yyparse() aren't in libqscript_runtime.so? > |