From 2469c36302a5285d3a9ad6ebf3bcacb5268624cd Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Thu, 23 Oct 2003 06:21:07 +0000 Subject: [PATCH] yay, short circuit logic done :) --- tools/qfcc/TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/qfcc/TODO b/tools/qfcc/TODO index 53d18052f..12f24771a 100644 --- a/tools/qfcc/TODO +++ b/tools/qfcc/TODO @@ -19,7 +19,7 @@ X switch/case, for any type X warn for local shadowing parameter X clean up error expression handling to minimize follow on errors X object oriented features ala Objective-C -o short circuit logic for && and || (optional?) +X short circuit logic for && and || (optional?) o quaternion type. Tricky: requires 4 word args/return o CSE optimizations. Hard? o fix local structure used/uninitialized warnings