More documentation for the encode pragma.
[p5sagit/p5-mst-13.2.git] / intrpvar.h
index c224ff7..63c9397 100644 (file)
@@ -499,6 +499,8 @@ PERLVARI(Iknown_layers, PerlIO_list_t *,NULL)
 PERLVARI(Idef_layerlist, PerlIO_list_t *,NULL)
 #endif
 
+PERLVARI(Iencoding,    SV*, Nullsv)            /* character encoding */
+
 /* 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. */