diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-04-20 20:51:50 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-04-20 20:51:50 +0000 |
commit | 3dfd1da1ac911ed5d5b4e3956b485ad9af14a10f (patch) | |
tree | 0fe5fee7c6637b2c11fe7db8d3306a8c8c143f8c /perlvars.h | |
parent | 37c1c645f47f43d51a421958e27fa24bbc2407bc (diff) | |
download | perl-3dfd1da1ac911ed5d5b4e3956b485ad9af14a10f.tar.gz |
[asperl] add AS patch#16
p4raw-id: //depot/asperl@892
Diffstat (limited to 'perlvars.h')
-rw-r--r-- | perlvars.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perlvars.h b/perlvars.h index b480537796..a141c352ec 100644 --- a/perlvars.h +++ b/perlvars.h @@ -60,7 +60,7 @@ PERLVAR(Gnice_chunk, char *) /* a nice chunk of memory to reuse */ PERLVAR(Gnice_chunk_size, U32) /* how nice the chunk of memory is */ #ifdef PERL_OBJECT -PERLVAR(Grunops, runops_proc_t) +PERLVARI(Grunops, runops_proc_t, RUNOPS_DEFAULT) #else PERLVARI(Grunops, runops_proc_t *, RUNOPS_DEFAULT) #endif |