diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-09-24 11:14:43 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-09-24 11:14:43 +0000 |
commit | 3f3cd6d0799da6f0d38362c7d4ddf47b71ee6b3a (patch) | |
tree | d9c4a366db79c9f10316a03c1c2e6b602b446326 /dosish.h | |
parent | b0991fc48d69f44beade72feaf602066c0154de4 (diff) | |
download | perl-3f3cd6d0799da6f0d38362c7d4ddf47b71ee6b3a.tar.gz |
DJGPP tweaks for Laszlo Molnar.
p4raw-id: //depot/perl@12166
Diffstat (limited to 'dosish.h')
-rw-r--r-- | dosish.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ # define HAS_UTIME # define HAS_KILL char *djgpp_pathexp (const char*); + void Perl_DJGPP_init (int *argcp,char ***argvp); # if (DJGPP==2 && DJGPP_MINOR < 2) # define NO_LOCALECONV_MON_THOUSANDS_SEP # endif |