diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-17 14:56:45 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-17 14:56:49 -0800 |
commit | b4e217761e6a2bb7111290d77baf7f44d256351a (patch) | |
tree | 2a151425ae4e1bebe02e8b71c15ea48bc3039f57 | |
parent | a154f12b6e56f131bd5880fc96f11615ff940b29 (diff) |
Remove outdated ifdef checks for including stdint.h
Assumes all platforms have provided C99 required headers in the 25 years
since the C99 standard was finalized.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | src/XpmI.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -91,9 +91,7 @@ extern FILE *popen(); boundCheckingCalloc((long)(nelem),(long) (elsize)) #endif -#if defined(SCO) || defined(__USLC__) #include <stdint.h> /* For SIZE_MAX */ -#endif #include <limits.h> #ifndef SIZE_MAX # ifdef ULONG_MAX |