X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Flisp.h;h=cccbcb65d2e1e43897730222a945bd07a886af19;hb=58b215d2daf9bb417f10491b38ce07d80aa36aa4;hp=88d2b8f851b526428ee994cb75233166ab8d34df;hpb=a5812bf2ff9a9cf40f4ff78dcb83f5b4c295bd18;p=chise%2Fxemacs-chise.git.1 diff --git a/src/lisp.h b/src/lisp.h index 88d2b8f..cccbcb6 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -2264,6 +2264,9 @@ struct overhead_stats #ifdef HAVE_INTTYPES_H #include +#elif defined(INTPTR_T_IN_CYGWIN_TYPES_H) +/* Recent Cygwin defines these types in + We can hope that if they ever get inttypes.h, they won't define twice */ #elif SIZEOF_VOID_P == SIZEOF_INT typedef int intptr_t; typedef unsigned int uintptr_t;