Update for the new syntax.

This one compiles to progs even :) (though it looks broken).
This commit is contained in:
Bill Currie 2011-02-08 22:39:42 +09:00
parent 81125cff3a
commit 71c05bd899

View file

@ -1,7 +1,7 @@
@interface foo @interface foo
{ {
unsigned count; unsigned count;
id []_objs; id *_objs;
} }
@end @end