mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
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:
parent
e47f59147e
commit
ad6c1f8acf
1 changed files with 5 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue