1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-29 11:02:01 +00:00

Use #ifdef to test STDC_HEADERS.

This commit is contained in:
Richard M. Stallman 1997-07-08 23:57:43 +00:00
parent d32515cd1e
commit cf09633a19

View 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