diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-06-24 22:40:39 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-06-24 22:40:39 -0700 |
commit | 7447029974415641a7a8a85918edcc20cfd9d461 (patch) | |
tree | 2612b921dabd27cdf49a5c729b0c946eb89073c9 | |
parent | c21d25de05d82a761a3225b685e9adcb7bb374bd (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/fc/fservestr.h | 5 |
1 files changed, 0 insertions, 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 */ |