[Nasal-cvs] codegen.c

Andy Ross andy at plausible.org
Fri Apr 6 13:34:17 PDT 2007


Update of /home/nasal-cvs/nasal/src
In directory purr:/tmp/cvs-serv31788

Modified Files:
	codegen.c 
Log Message:
Default function arguments are constants, not expressions, so they
don't go through the full expression generator.  But negative numberic
constants are stored as (TOK_MINUS,TOK_LITERAL) expressions at this
stage.  Handle the special case.



More information about the nasal-cvs mailing list