diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-02-14 00:14:04 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-02-14 00:14:04 +0000 |
commit | 7fae4e64c5e2903183a8656ece6686238ddef215 (patch) | |
tree | fcfe3d9ba5c065b79e40d57f28c003565b6bedac /globals.c | |
parent | 837485b6cd4b757519a4ac6f03f3857c2fcf4844 (diff) | |
download | perl-7fae4e64c5e2903183a8656ece6686238ddef215.tar.gz |
[asperl] added AS patch#5 (patch #4 was intentionally skipped after
discussion)
p4raw-id: //depot/asperl@521
Diffstat (limited to 'globals.c')
-rw-r--r-- | globals.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1474,6 +1474,7 @@ CPerlObj::Init(void) copline = NOLINE; laststatval = -1; laststype = OP_STAT; + generation = 100; #ifdef WIN32 New(2904, environ, 1, char*); |