From 95ad5aa32919bc354cfb93bcbb81c28f97414f8d Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Thu, 26 Jul 2001 04:34:10 +0000 Subject: [PATCH] integer type done --- tools/qfcc/TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/qfcc/TODO b/tools/qfcc/TODO index b20ddbfde..d767a004f 100644 --- a/tools/qfcc/TODO +++ b/tools/qfcc/TODO @@ -7,7 +7,7 @@ W = waiting on other work o switch/case, for any type o break/continue keywords for switch() and for(;;) -o native integer type +X native integer type o quaternion type o ?: operator o = operator ( var += expr, etc. )