mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
Use #ifdef to test STDC_HEADERS.
This commit is contained in:
parent
d32515cd1e
commit
cf09633a19
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue