diff options
author | Nicholas Clark <nick@ccl4.org> | 2003-10-09 20:57:26 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2003-10-09 20:57:26 +0000 |
commit | 7e4e8c89c9cf9e2712eede00d12c71677e17b929 (patch) | |
tree | ccff83caea5f77bb9d96eedef8335d420b3e3fdf /iperlsys.h | |
parent | 1c2b4d67977aeb5bb1057ed40fce97cdd133e14a (diff) | |
download | perl-7e4e8c89c9cf9e2712eede00d12c71677e17b929.tar.gz |
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
Diffstat (limited to 'iperlsys.h')
-rw-r--r-- | iperlsys.h | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |