fix by Wolfgang Lux

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/branches/stable@26937 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2008-10-19 10:42:52 +00:00
parent 9088fa3d81
commit 62a8c99606

View file

@ -4266,6 +4266,11 @@ quoteArg(const char *arg)
/**
* (A dummy comment to help autogsdoc realize this is a command-line tool.)
*/
#if GS_FAKE_MAIN
/* Since we don't link gnustep-base, the main function below has to be
* the real main function. */
#undef main
#endif
int
main(int argc, char** argv)
{