Fix miseed from last string changes

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@13154 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2002-03-19 07:39:05 +00:00
parent faf010f1b6
commit 1039d5d38e
3 changed files with 50 additions and 4 deletions

View file

@ -196,6 +196,7 @@ main ()
t = [Target new];
p = [[MyProxy alloc] initWithTarget: t];
[p loopInt: 1];
#define SETUP(X) \
sig = [t methodSignatureForSelector: @selector(X)]; \