From 94002785bdc93cab3cc1c3c0625da24e833c6147 Mon Sep 17 00:00:00 2001 From: Minero Aoki Date: Sun, 31 Aug 2008 16:27:25 +0000 Subject: [PATCH] updated git-svn-id: file:///Users/aamine/c/gitwork/public/cbc/trunk@3989 1b9489fe-b721-0410-924e-b54b9192deb8 --- ToDo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ToDo b/ToDo index 162aa94..a8f817a 100644 --- a/ToDo +++ b/ToDo @@ -2,7 +2,6 @@ == Current -* test if static function is really static * test switch stmt * remove FIXME from Entity.java * prohibit multi-dimension array without size @@ -210,3 +209,4 @@ - !ptr should work - implement NULL as reserved word - duplicated import did not propagate symbols +- test if static function is really static