(main): Use renamed method behavior_set_debug.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1316 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-03-31 04:34:14 +00:00
parent 6de6e2c240
commit 9ddcc8e9d5
3 changed files with 3 additions and 3 deletions

View file

@ -80,7 +80,7 @@ int main()
id f = [Foo new];
[f encodeWithCoder:nil];
set_behavior_debug(1);
behavior_set_debug(1);
[f foo2];
[[f class] foo2Class];

View file

@ -12,7 +12,7 @@ main()
id pool;
unsigned int p;
set_behavior_debug(0);
behavior_set_debug(0);
pool = [[NSAutoreleasePool alloc] init];

View file

@ -10,7 +10,7 @@ main()
id objects, keys;
id key;
set_behavior_debug(0);
behavior_set_debug(0);
objects = [NSArray arrayWithObjects:
@"vache", @"poisson", @"cheval", @"poulet", nil];