toascii redefinition to the only file that uses it, errwarn.c.
svn path=/trunk/yasm/; revision=2097
#define MSG_MAXSIZE 1024
+#if !defined(HAVE_TOASCII) || defined(lint)
+# define toascii(c) ((c) & 0x7F)
+#endif
+
/* Default handlers for replacable functions */
static /*@exits@*/ void def_internal_error_
(const char *file, unsigned int line, const char *message);
# define USE_OUR_OWN_STRCASECMP
#endif
-#if !defined(HAVE_TOASCII) || defined(lint)
-# define toascii(c) ((c) & 0x7F)
-#endif
-
#include <libyasm/compat-queue.h>
#ifdef HAVE_SYS_CDEFS_H