- Remove one more no-op #ifndef
This commit is contained in:
parent
ac880fa7c8
commit
7378e795d9
@ -101,9 +101,7 @@ __start(char **ap,
|
||||
#ifdef GCRT
|
||||
monstartup(&eprol, &etext);
|
||||
#endif
|
||||
#ifndef NOGPREL
|
||||
_init();
|
||||
#endif
|
||||
exit( main(argc, argv, env) );
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user