summaryrefslogtreecommitdiff
path: root/perlvars.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-04-20 20:51:50 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-04-20 20:51:50 +0000
commit3dfd1da1ac911ed5d5b4e3956b485ad9af14a10f (patch)
tree0fe5fee7c6637b2c11fe7db8d3306a8c8c143f8c /perlvars.h
parent37c1c645f47f43d51a421958e27fa24bbc2407bc (diff)
downloadperl-3dfd1da1ac911ed5d5b4e3956b485ad9af14a10f.tar.gz
[asperl] add AS patch#16
p4raw-id: //depot/asperl@892
Diffstat (limited to 'perlvars.h')
-rw-r--r--perlvars.h2
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