[Expat-checkins] expat/tests runtests.c,1.66,1.67
Steven Solie
ssolie at users.sourceforge.net
Sun Jun 3 17:00:12 CEST 2007
Update of /cvsroot/expat/expat/tests
In directory sc8-pr-cvs17:/tmp/cvs-serv1696/tests
Modified Files:
runtests.c
Log Message:
Removed need for amiga_main().
Index: runtests.c
===================================================================
RCS file: /cvsroot/expat/expat/tests/runtests.c,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- runtests.c 1 Jul 2006 15:30:38 -0000 1.66
+++ runtests.c 3 Jun 2007 15:00:09 -0000 1.67
@@ -17,7 +17,7 @@
#include "chardata.h"
#include "minicheck.h"
-#ifdef AMIGA_SHARED_LIB
+#if defined(__amigaos__) && defined(__USE_INLINE__)
#include <proto/expat.h>
#endif
@@ -1482,13 +1482,8 @@
}
-#ifdef AMIGA_SHARED_LIB
-int
-amiga_main(int argc, char *argv[])
-#else
int
main(int argc, char *argv[])
-#endif
{
int i, nf;
int verbosity = CK_NORMAL;
More information about the Expat-checkins
mailing list