summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/misc.h4
1 files changed, 0 insertions, 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 */