mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 08:26:27 +00:00
(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:
parent
6de6e2c240
commit
9ddcc8e9d5
3 changed files with 3 additions and 3 deletions
|
@ -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];
|
||||
|
|
|
@ -12,7 +12,7 @@ main()
|
|||
id pool;
|
||||
unsigned int p;
|
||||
|
||||
set_behavior_debug(0);
|
||||
behavior_set_debug(0);
|
||||
|
||||
pool = [[NSAutoreleasePool alloc] init];
|
||||
|
||||
|
|
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue