Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
1443:4f98e7b44323 | 1444:d9d4999d5f5c |
---|---|
795 /* Hash codes */ | 795 /* Hash codes */ |
796 typedef unsigned long Hashcode; | 796 typedef unsigned long Hashcode; |
797 | 797 |
798 #ifdef HAVE_INTTYPES_H | 798 #ifdef HAVE_INTTYPES_H |
799 #include <inttypes.h> | 799 #include <inttypes.h> |
800 #elif defined(HAVE_INTPTR_T_IN_SYS_TYPES_H) | |
801 /* included elsewhere */ | |
800 #elif SIZEOF_VOID_P == SIZEOF_INT | 802 #elif SIZEOF_VOID_P == SIZEOF_INT |
801 typedef int intptr_t; | 803 typedef int intptr_t; |
802 typedef unsigned int uintptr_t; | 804 typedef unsigned int uintptr_t; |
803 #elif SIZEOF_VOID_P == SIZEOF_LONG | 805 #elif SIZEOF_VOID_P == SIZEOF_LONG |
804 typedef long intptr_t; | 806 typedef long intptr_t; |