mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +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
a070fb8946
commit
03e3651aab
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…
Reference in a new issue