diff src/lisp.h @ 1444:d9d4999d5f5c

[xemacs-hg @ 2003-05-02 06:25:02 by stephent] cygwin configure hax <87znm5uasy.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Fri, 02 May 2003 06:25:03 +0000
parents 969b7290edca
children e5da225ea2ca
line wrap: on
line diff
--- a/src/lisp.h	Fri May 02 06:16:42 2003 +0000
+++ b/src/lisp.h	Fri May 02 06:25:03 2003 +0000
@@ -797,6 +797,8 @@
 
 #ifdef HAVE_INTTYPES_H
 #include <inttypes.h>
+#elif defined(HAVE_INTPTR_T_IN_SYS_TYPES_H)
+/* included elsewhere */
 #elif SIZEOF_VOID_P == SIZEOF_INT
 typedef int intptr_t;
 typedef unsigned int uintptr_t;