diff options
Diffstat (limited to 'epoc/epocish.h')
-rw-r--r-- | epoc/epocish.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/epoc/epocish.h b/epoc/epocish.h index 75a64fcda0..31da472bd4 100644 --- a/epoc/epocish.h +++ b/epoc/epocish.h @@ -139,4 +139,5 @@ double epoc_atof( const char *ptr); #define atof(a) epoc_atof(a) +#define init_os_extras Perl_init_os_extras |