mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +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
d433fcfa54
commit
6e55033f5e
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.)
|
* (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
|
int
|
||||||
main(int argc, char** argv)
|
main(int argc, char** argv)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue