Newline confusion: t/TEST sees an extra newline and gets huffy.
[p5sagit/p5-mst-13.2.git] / intrpvar.h
index b6b4f07..c224ff7 100644 (file)
@@ -495,6 +495,8 @@ PERLVAR(Icustom_op_descs, HV*)  /* Descriptions of user defined ops */
 
 #ifdef PERLIO_LAYERS
 PERLVARI(Iperlio, PerlIO *,NULL)
+PERLVARI(Iknown_layers, PerlIO_list_t *,NULL)
+PERLVARI(Idef_layerlist, PerlIO_list_t *,NULL)
 #endif
 
 /* New variables must be added to the very end for binary compatibility.