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:
parent
d32515cd1e
commit
cf09633a19
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user