diff options
Diffstat (limited to 'win32/dosish.h')
-rw-r--r-- | win32/dosish.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/win32/dosish.h b/win32/dosish.h index cca452b9f2..8e423fa8fa 100644 --- a/win32/dosish.h +++ b/win32/dosish.h @@ -80,10 +80,10 @@ void Perl_DJGPP_init(); #define Fflush(fp) fflush(fp) #define my_getenv(var) getenv(var) -// -// the following are standard library calls (stdio in particular) -// that is being redirected to the perl DLL. This is needed for -// Dynaloading any modules that called stdio functions -// +/* + * the following are standard library calls (stdio in particular) + * that is being redirected to the perl DLL. This is needed for + * Dynaloading any modules that called stdio functions + */ #include <win32iop.h> |