Some compile fixes, not enough
[erwise] / Cl / WWWLibrary / HTUtils.h
index b911690..fb558f8 100644 (file)
@@ -155,13 +155,8 @@ typedef char       BOOLEAN;                /* Logical value */
 #include "HTString.h"  /* String utilities */
 
 #ifndef ERWISE_UI
-#ifdef __STDC__
+/* Toni */
 #include <stdarg.h>
-#else
-#include <varargs.h>
-#endif
-#else
-#include <varargs.h>
 #endif /* ERWISE */
 
 #ifdef CURSES