From 1f3d94998fb2e578aee487b8e08b943ec6a6458e Mon Sep 17 00:00:00 2001 From: ehouse Date: Sun, 20 Mar 2005 21:03:18 +0000 Subject: [PATCH] define XP_LD --- xwords4/linux/xptypes.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xwords4/linux/xptypes.h b/xwords4/linux/xptypes.h index 3add74d59..570b1022c 100644 --- a/xwords4/linux/xptypes.h +++ b/xwords4/linux/xptypes.h @@ -111,5 +111,7 @@ extern void p_ignore(char*, ...); #define XP_HTONL(l) htonl(l) #define XP_HTONS(s) htons(s) +#define XP_LD "%ld" + #endif