Recovered from cvs revision 2007-05-21 04:15:00

This commit is contained in:
2007-05-23 01:01:00 +00:00
parent f429b0faea
commit 2a75f49e57
2 changed files with 19 additions and 12 deletions

View File

@ -1,5 +1,5 @@
/*
* $Id: main.c,v 1.5 2007/05/16 09:28:33 bacon Exp $
* $Id: main.c,v 1.6 2007/05/20 16:21:09 bacon Exp $
*
* {License}
*/
@ -85,4 +85,11 @@ exit_main:
return ret;
}
#else
int ase_runmain (int argc, ase_achar_t* argv[], int(*mf) (int,ase_char_t*[]))
{
return mf (argc, argv);
}
#endif