diff options
author | Yitzchak Scott-Thoennes <sthoenna@efn.org> | 2000-09-15 00:19:57 -0700 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-10-03 02:08:29 +0000 |
commit | e75931a765960ad4c0734b7843b80080cef7e6a8 (patch) | |
tree | 2302097421d29935d83a1606953c389bbd513419 /os2 | |
parent | 70acb9818a002284ace4cf3cb55319e47108279e (diff) | |
download | perl-e75931a765960ad4c0734b7843b80080cef7e6a8.tar.gz |
[ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
p4raw-id: //depot/perl@7128
Diffstat (limited to 'os2')
-rw-r--r-- | os2/os2ish.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/os2/os2ish.h b/os2/os2ish.h index d6bf2df65b..c9719e65bd 100644 --- a/os2/os2ish.h +++ b/os2/os2ish.h @@ -271,6 +271,8 @@ char *my_tmpnam (char *); #define isatty _isterm #define rand random #define srand srandom +#define strtoll _strtoll +#define strtoull _strtoull /* * fwrite1() should be a routine with the same calling sequence as fwrite(), |