diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-05-09 15:30:17 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-05-09 15:30:17 +0000 |
commit | 75d2caed6cbde78f74f37132e362f147da92eeb5 (patch) | |
tree | db7e10187ddc84bb392a33a89bb47052dc9ea5d9 /epoc/epocish.h | |
parent | 0e1208ee15e7e127bee90a5a53aafbd0e1d3cbba (diff) | |
download | perl-75d2caed6cbde78f74f37132e362f147da92eeb5.tar.gz |
EPOC tweak from Olaf Flebbe.
p4raw-id: //depot/perl@10051
Diffstat (limited to 'epoc/epocish.h')
-rw-r--r-- | epoc/epocish.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/epoc/epocish.h b/epoc/epocish.h index e365fa2c25..ae4970fc3a 100644 --- a/epoc/epocish.h +++ b/epoc/epocish.h @@ -143,3 +143,6 @@ double epoc_atof( const char *ptr); #define init_os_extras Perl_init_os_extras #define NO_ENVIRON_ARRAY + +#define ARG_MAX 4096 + |