Minor fix

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3679 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 1999-02-09 14:48:43 +00:00
parent 5e8bdf8f3a
commit 2de680b4a7
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Tue Feb 9 14:08:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
* Source/NSProcessInfo.m: Fixed login in #if construct so things
will link again.
1999-02-08 Adam Fedor <fedor@gnu.org>
* Source/include/fake-main.h: Leave off __ELF__, only use

View file

@ -196,7 +196,7 @@ _gnu_process_args(int argc, char *argv[], char *env[])
that it automatically gets called before main with the argument and
environment pointers. FIXME: Would like to do something similar
for other formats besides ELF. */
#if (!defined(__FreeBSD__)) || defined(SYS_AUTOLOAD)
#if (!defined(__FreeBSD__)) && defined(SYS_AUTOLOAD)
#ifdef linux
/* Under linux the functions in __libc_subinit are called before the