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 /dosish.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 'dosish.h')
-rw-r--r-- | dosish.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -60,9 +60,9 @@ * if you need the last, try #DEFINE MEM_SIZE unsigned long. */ #ifdef MSDOS - #ifndef DJGPP - #define HAS_64K_LIMIT - #endif +# ifndef DJGPP +# define HAS_64K_LIMIT +# endif #endif /* USEMYBINMODE |