summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-06-24 22:37:38 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-06-24 22:37:38 -0700
commit2dd89243cc0796e911d04a48bae6f87c9b4a6097 (patch)
treeb099863de7a765c97f1f4a88d80894757261552c
parent151a1ec855a9ada44907cb6bef06a71e9080504b (diff)
Require ANSI C89 pre-processor, drop pre-C89 token pasting support
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--src/ct_accel.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ct_accel.c b/src/ct_accel.c
index a829ee3..8ec3347 100644
--- a/src/ct_accel.c
+++ b/src/ct_accel.c
@@ -52,11 +52,7 @@
/* Our driver specific include file */
#include "ct_driver.h"
-#if !defined(UNIXCPP) || defined(ANSICPP)
#define CATNAME(prefix,subname) prefix##subname
-#else
-#define CATNAME(prefix,subname) prefix/**/subname
-#endif
#ifdef CHIPS_MMIO
#ifdef CHIPS_HIQV