mirror of
https://github.com/X11Libre/xf86-video-chips.git
synced 2026-03-24 01:24:44 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user