From 7e4e8c89c9cf9e2712eede00d12c71677e17b929 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Thu, 9 Oct 2003 20:57:26 +0000 Subject: Put all pre-processor #s on the first column (some compilers are picky) [perl #24167] `#' comment signs not at the very beginning of a line p4raw-id: //depot/perl@21433 --- iperlsys.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iperlsys.h') diff --git a/iperlsys.h b/iperlsys.h index a712237669..5bb0f05c8b 100644 --- a/iperlsys.h +++ b/iperlsys.h @@ -810,7 +810,7 @@ struct IPerlMemInfo /* Shared memory macros */ #ifdef NETWARE - #define PerlMemShared_malloc(size) \ +#define PerlMemShared_malloc(size) \ (*PL_Mem->pMalloc)(PL_Mem, (size)) #define PerlMemShared_realloc(buf, size) \ (*PL_Mem->pRealloc)(PL_Mem, (buf), (size)) -- cgit v1.2.1