quakeforge/tools/qfcc
Bill Currie ea451ab02d Remove unnecessary temps from function return values. This has one
*/CRITICAL/* implication: DO NOT /EVER/ RELY ON EVALUATION ORDER. This
isn't /really/ that bad: evaluation order will be consistent for similar
expressions, but for (eg) foo() + bar()*2, bar will be called first.
2001-08-24 21:47:52 +00:00
..
doc/man QFCC -- the QuakeForge Code Compiler -- an autoconfiscated qcc. 2001-02-24 06:58:54 +00:00
include Remove unnecessary temps from function return values. This has one 2001-08-24 21:47:52 +00:00
source Remove unnecessary temps from function return values. This has one 2001-08-24 21:47:52 +00:00
.gitignore add ChangeLog 2001-06-08 00:18:53 +00:00
acconfig.h good bye, old parser 2001-08-10 18:35:55 +00:00
AUTHORS QFCC -- the QuakeForge Code Compiler -- an autoconfiscated qcc. 2001-02-24 06:58:54 +00:00
bootstrap QFCC -- the QuakeForge Code Compiler -- an autoconfiscated qcc. 2001-02-24 06:58:54 +00:00
configure.in good bye, old parser 2001-08-10 18:35:55 +00:00
Makefile.am QFCC -- the QuakeForge Code Compiler -- an autoconfiscated qcc. 2001-02-24 06:58:54 +00:00
qfcc.lsm.in QFCC -- the QuakeForge Code Compiler -- an autoconfiscated qcc. 2001-02-24 06:58:54 +00:00
TODO implement pre and post increment operators (++ and --) 2001-08-20 06:22:28 +00:00