From 4435ea3d806f5b9cd66b563a6b751ac5020404e3 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Fri, 12 Jun 2009 12:41:57 -0400 Subject: Use ## catenation not /**/ --- Xmd.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'Xmd.h') diff --git a/Xmd.h b/Xmd.h index 768b68d..a3afc6f 100644 --- a/Xmd.h +++ b/Xmd.h @@ -88,15 +88,11 @@ SOFTWARE. * symbols are no more than 32 characters long (which causes problems for some * compilers and preprocessors). * - * The extra indirection in the __STDC__ case is to get macro arguments to - * expand correctly before the concatenation, rather than afterward. + * The extra indirection is to get macro arguments to expand correctly before + * the concatenation, rather than afterward. */ -#if !defined(UNIXCPP) || defined(ANSICPP) #define _SIZEOF(x) sz_##x #define SIZEOF(x) _SIZEOF(x) -#else -#define SIZEOF(x) sz_/**/x -#endif /* if ANSI C compiler else not */ /* * Bitfield suffixes for the protocol structure elements, if you -- cgit v1.2.3