]> git.eshelyaron.com Git - emacs.git/commitdiff
Use #ifdef to test STDC_HEADERS.
authorRichard M. Stallman <rms@gnu.org>
Tue, 8 Jul 1997 23:57:43 +0000 (23:57 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 8 Jul 1997 23:57:43 +0000 (23:57 +0000)
src/doprnt.c

index 2b988acea5c87906dd96ab297b9b4098bf56a782..162953895139d465270367c796d60889dbdac6b7 100644 (file)
@@ -25,7 +25,7 @@ Boston, MA 02111-1307, USA.  */
 #include <stdio.h>
 #include <ctype.h>
 
-#if STDC_HEADERS
+#ifdef STDC_HEADERS
 #include <float.h>
 #endif