From 71c05bd89932709295b71957a84eb29b709f1ed1 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Tue, 8 Feb 2011 22:39:42 +0900 Subject: [PATCH] Update for the new syntax. This one compiles to progs even :) (though it looks broken). --- tools/qfcc/test/ptr-array.r | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/qfcc/test/ptr-array.r b/tools/qfcc/test/ptr-array.r index 07fe723e5..85f7dec09 100644 --- a/tools/qfcc/test/ptr-array.r +++ b/tools/qfcc/test/ptr-array.r @@ -1,7 +1,7 @@ @interface foo { unsigned count; - id []_objs; + id *_objs; } @end