diff options
author | kmx <kmx@volny.cz> | 2014-12-16 08:52:07 +0000 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2014-12-16 08:52:38 +0000 |
commit | 08088357011bedc22047b1d4a1ec3afaee813523 (patch) | |
tree | a81aae04ac5dfc9605e21f9627c3fc14e042316b /win32 | |
parent | 1e2dd519edd4fc9003c1fe08496c7c9b73d52b7e (diff) | |
download | perl-08088357011bedc22047b1d4a1ec3afaee813523.tar.gz |
[perl #123438] Wrong comment style in win32/win32.h
Diffstat (limited to 'win32')
-rw-r--r-- | win32/win32.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/win32.h b/win32/win32.h index 46adb156cd..735c4503e2 100644 --- a/win32/win32.h +++ b/win32/win32.h @@ -392,8 +392,8 @@ typedef char * caddr_t; /* In malloc.c (core address). */ #ifdef MYMALLOC #define EMBEDMYMALLOC /**/ -/* #define USE_PERL_SBRK /**/ -/* #define PERL_SBRK_VIA_MALLOC /**/ +/* #define USE_PERL_SBRK / **/ +/* #define PERL_SBRK_VIA_MALLOC / **/ #endif #ifdef PERL_TEXTMODE_SCRIPTS |