summaryrefslogtreecommitdiff
path: root/gcc/acconfig.h
diff options
context:
space:
mode:
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2000-05-27 22:05:01 +0000
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2000-05-27 22:05:01 +0000
commit99a9be64bb589f4541ad959829d184d8bb29659f (patch)
tree8c5bb50a6dfed07bbf3f54f878d15dd7668b6e40 /gcc/acconfig.h
parent483f5cc4d3f8f20d1f477428eb7cc82a0f3ae4ae (diff)
downloadgcc-99a9be64bb589f4541ad959829d184d8bb29659f.tar.gz
* configure.in: Add AC_CHECK_TYPE(ssize_t). Remove commented
out check for wchar_t. * acconfig.h: Add template for ssize_t. Remove @TOP@. * system.h: Add infrastructure for defining missing TYPE_MAX/TYPE_MIN macros. Use it to provide fallback definitions of UCHAR_MAX and SSIZE_MAX. * configure: Regenerate. * config.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34212 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/acconfig.h')
-rw-r--r--gcc/acconfig.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/acconfig.h b/gcc/acconfig.h
index 5418b1a0d16..3e8c595e484 100644
--- a/gcc/acconfig.h
+++ b/gcc/acconfig.h
@@ -23,4 +23,5 @@
/* Define if your assembler uses the old HImode fild and fist notation. */
#undef HAVE_GAS_FILDS_FISTS
-@TOP@
+/* Define to `int' if <sys/types.h> doesn't define. */
+#undef ssize_t