Require ANSI C89 pre-processor, drop pre-C89 token pasting support

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
Alan Coopersmith
2013-06-24 22:37:38 -07:00
parent 151a1ec855
commit 2dd89243cc

View File

@@ -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