merge from gcc

This commit is contained in:
DJ Delorie
2006-01-18 21:05:51 +00:00
parent d0236d66d9
commit f18076d44e
2 changed files with 6 additions and 0 deletions

View File

@ -27,6 +27,8 @@
# include <limits.h>
#endif
#include "ansidecl.h"
/* The following contortions are an attempt to use the C preprocessor
to determine an unsigned integral type that is 32 bits wide. An
alternative approach is to use autoconf's AC_CHECK_SIZEOF macro, but