From 7447029974415641a7a8a85918edcc20cfd9d461 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Mon, 24 Jun 2013 22:40:39 -0700 Subject: Require ANSI C89 pre-processor, drop pre-C89 token pasting support Signed-off-by: Alan Coopersmith --- src/fc/fservestr.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/fc/fservestr.h b/src/fc/fservestr.h index 6435cf4..29ae46e 100644 --- a/src/fc/fservestr.h +++ b/src/fc/fservestr.h @@ -139,12 +139,7 @@ typedef struct _fs_reconnect { } FSReconnectRec, *FSReconnectPtr; -#if !defined(UNIXCPP) || defined(ANSICPP) #define fsCat(x,y) x##_##y -#else -#define fsCat(x,y) x/**/_/**/y -#endif - /* copy XCharInfo parts of a protocol reply into a xCharInfo */ -- cgit v1.2.3