From 2e09de21dd66361bba3ab29e8632a8a644fd946d Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Thu, 15 Feb 2007 03:01:08 +0000 Subject: [PATCH] Try to cut down on DJGPP build warnings. svn path=/trunk/yasm/; revision=1769 --- util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util.h b/util.h index 2384e008..842f0211 100644 --- a/util.h +++ b/util.h @@ -34,7 +34,7 @@ #include #endif -#if defined(HAVE_GNU_C_LIBRARY) || defined(__MINGW32__) +#if defined(HAVE_GNU_C_LIBRARY) || defined(__MINGW32__) || defined(__DJGPP__) /* Work around glibc's non-defining of certain things when using gcc -ansi */ # ifdef __STRICT_ANSI__ -- 2.40.0