summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-06-24 22:34:36 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-06-24 22:34:36 -0700
commit37df336745b23a7394a97e93ffe8944376d194db (patch)
tree5a4e2008ca665fb831162f73f9bea2a6dff20012
parenta52114915c0fadfbbdd81049d5e940720868f44e (diff)
Require ANSI C89 pre-processor, drop pre-C89 token pasting support
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-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 */