diff options
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -920,8 +920,8 @@ EXTERN_C int usleep(unsigned int); #endif /* Maximum level of recursion */ -#ifndef PERL_MAX_SUB_DEPTH -#define PERL_MAX_SUB_DEPTH 100 +#ifndef PERL_SUB_DEPTH_WARN +#define PERL_SUB_DEPTH_WARN 100 #endif #endif /* PERL_CORE */ |