mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Replaced IF_NO_GC() macro calls with the more descriptive IF_NO_ARC()
and deprecate it. Searched for and removed obsolete references to garbage collection in comments and documentation.
This commit is contained in:
parent
6837924e60
commit
c76ebf2962
61 changed files with 384 additions and 313 deletions
|
@ -324,7 +324,7 @@ typedef struct {
|
|||
p = AUTORELEASE([GSMimeParser new]);
|
||||
h = [[GSMimeHeader alloc] initWithName: @"content-displosition"
|
||||
value: disp];
|
||||
IF_NO_GC([h autorelease];)
|
||||
IF_NO_ARC([h autorelease];)
|
||||
sc = [NSScanner scannerWithString: [h value]];
|
||||
if ([p scanHeaderBody: sc into: h] == YES)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue