From 37df336745b23a7394a97e93ffe8944376d194db Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Mon, 24 Jun 2013 22:34:36 -0700 Subject: Require ANSI C89 pre-processor, drop pre-C89 token pasting support Signed-off-by: Alan Coopersmith --- include/misc.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/misc.h b/include/misc.h index 7224ac0..79d4920 100644 --- a/include/misc.h +++ b/include/misc.h @@ -118,11 +118,7 @@ extern char *NameForAtom(Atom atom); extern void BitOrderInvert(unsigned char *buf, int nbytes); -#if !defined(UNIXCPP) || defined(ANSICPP) #define fsCat(x,y) x##_##y -#else -#define fsCat(x,y) x/**/_/**/y -#endif /* copy a xCharInfo into a XCharInfo */ -- cgit v1.2.3