X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=perlvars.h;h=a141c352ec16a82b9d819017e848a64a3d51f452;hb=3dfd1da1ac911ed5d5b4e3956b485ad9af14a10f;hp=b480537796b0d6c0397d5c9869adfe49de215f64;hpb=37c1c645f47f43d51a421958e27fa24bbc2407bc;p=p5sagit%2Fp5-mst-13.2.git diff --git a/perlvars.h b/perlvars.h index b480537..a141c35 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