summaryrefslogtreecommitdiffstats
path: root/gcc/system.h
diff options
context:
space:
mode:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2000-06-09 14:37:56 +0000
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2000-06-09 14:37:56 +0000
commitc93ae79ee394900016d2ccb0c14e8a9f56b8e03c (patch)
tree54fc710865f680f1ed64df9778e7453111b44a96 /gcc/system.h
parent4c3350274afe3652dc3d61bee41e6d5d39930dfe (diff)
downloadppe42-gcc-c93ae79ee394900016d2ccb0c14e8a9f56b8e03c.tar.gz
ppe42-gcc-c93ae79ee394900016d2ccb0c14e8a9f56b8e03c.zip
* system.h (SSIZE_MAX): Delete backup definition.
* cppfiles.c (read_include_file): Use INTTYPE_MAXIMUM(ssize_t) instead of SSIZE_MAX. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34467 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/system.h')
-rw-r--r--gcc/system.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/system.h b/gcc/system.h
index e08c16892ee..ab2cfa7d627 100644
--- a/gcc/system.h
+++ b/gcc/system.h
@@ -250,10 +250,6 @@ extern int errno;
# define UCHAR_MAX INTTYPE_MAXIMUM (unsigned char)
#endif
-#ifndef SSIZE_MAX
-# define SSIZE_MAX INTTYPE_MAXIMUM (ssize_t)
-#endif
-
#ifdef TIME_WITH_SYS_TIME
# include <sys/time.h>
# include <time.h>
OpenPOWER on IntegriCloud