fix by Wolfgang Lux

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@26936 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2008-10-19 10:42:35 +00:00
parent e47f59147e
commit ad6c1f8acf

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)
{