OS/390 cleanable gunk.
[p5sagit/p5-mst-13.2.git] / intrpvar.h
index 2d47c8b..501f0d3 100644 (file)
@@ -502,6 +502,8 @@ PERLVARI(Idef_layerlist, PerlIO_list_t *,NULL)
 
 PERLVARI(Iencoding,    SV*, Nullsv)            /* character encoding */
 
+PERLVAR(Idebug_pad,    struct perl_debug_pad)  /* always needed because of the re extension */
+
 /* New variables must be added to the very end for binary compatibility.
  * XSUB.h provides wrapper functions via perlapi.h that make this
  * irrelevant, but not all code may be expected to #include XSUB.h. */