diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2008-01-11 13:59:32 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2008-01-11 13:59:32 +0000 |
commit | 2b9dff677564dc07a8460b233c79a21850696d33 (patch) | |
tree | 55f94314949056557d498a24cd56d041a95bcc62 /perl.h | |
parent | 4c84d7f2a03f1d29578b3894e1b6863673b307fb (diff) | |
download | perl-2b9dff677564dc07a8460b233c79a21850696d33.tar.gz |
Rename PERL_MAX_SUB_DEPTH to PERL_SUB_DEPTH_WARN, per Tim Bunce's
suggestion
p4raw-id: //depot/perl@32955
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 */ |