mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Tidied code to compile with gc=yes and older compilers
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@13970 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e52b9edd3e
commit
a2ad579a09
7 changed files with 48 additions and 9 deletions
|
@ -1106,7 +1106,6 @@ static void print_version_and_exit ()
|
|||
|
||||
int main (int argc, char** argv, char** env)
|
||||
{
|
||||
CREATE_AUTORELEASE_POOL(pool);
|
||||
NSUserDefaults *userDefs;
|
||||
NSArray *args;
|
||||
NSMutableArray *inputFiles;
|
||||
|
@ -1114,6 +1113,7 @@ int main (int argc, char** argv, char** env)
|
|||
BOOL warn, fixupAllLinks;
|
||||
NSString *linksMarker;
|
||||
HTMLLinker *linker;
|
||||
CREATE_AUTORELEASE_POOL(pool);
|
||||
|
||||
#ifdef GS_PASS_ARGUMENTS
|
||||
[NSProcessInfo initializeWithArguments:argv count:argc environment:env];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue