mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-17 08:01:24 +00:00
some clean up
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@39796 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9e127b1771
commit
f06ea6a5b6
2 changed files with 3 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
** ObjCClassHandler.m
|
||||
**
|
||||
** Copyright (c) 2003
|
||||
** Copyright (c) 2003-2016 The Free Software Foundation
|
||||
**
|
||||
** Author: Yen-Ju <yjchenx@hotmail.com>
|
||||
**
|
||||
|
@ -49,7 +49,6 @@
|
|||
|
||||
- (void)dealloc
|
||||
{
|
||||
NSLog(@"ClassHandler: dealloc");
|
||||
RELEASE(keyword);
|
||||
RELEASE(class);
|
||||
RELEASE(classes);
|
||||
|
@ -199,10 +198,8 @@
|
|||
else*/
|
||||
if ((newline || element == ' ') && (step == ClassSymbol))
|
||||
{
|
||||
// NSLog(@"keyword: %@", keyword);
|
||||
if ([keyword isEqualToString:@"end"])
|
||||
{
|
||||
NSLog(@"@end reached");
|
||||
[self addClassToArray];
|
||||
step = ClassNone;
|
||||
}
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
/*
|
||||
** ObjCCommentHandler.m
|
||||
**
|
||||
** Copyright (c) 2003
|
||||
** Copyright (c) 2003-2016
|
||||
**
|
||||
** Author: Yen-Ju <yjchenx@hotmail.com>
|
||||
** Riccardo Mottola
|
||||
**
|
||||
** This program is free software; you can redistribute it and/or modify
|
||||
** it under the terms of the GNU General Public License as published by
|
||||
|
|
Loading…
Reference in a new issue