mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
(main): Comment out use of obsolete -withElementsCall:.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1377 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
64a4416931
commit
60654ffbbf
1 changed files with 3 additions and 1 deletions
|
@ -24,6 +24,7 @@ int main()
|
|||
withString:@"changed"];
|
||||
print_string(s2);
|
||||
|
||||
#if 0
|
||||
/* An example of treating a string like a Collection:
|
||||
Increment each char. */
|
||||
{
|
||||
|
@ -37,6 +38,7 @@ int main()
|
|||
[s2 withElementsCall:rot13];
|
||||
print_string(s3);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
exit(0);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue