Sync with libnet 1.16
[p5sagit/p5-mst-13.2.git] / intrpvar.h
index 5206c06..44d6296 100644 (file)
@@ -525,10 +525,12 @@ PERLVARI(Ippid,           IV,             0)
 
 PERLVAR(IDBassertion,   SV *)
 
-/* Don't forget to add your variable also to perl_clone()! */
+PERLVARI(Icv_has_eval, I32, 0) /* PL_compcv includes an entereval or similar */
 
 /* New variables must be added to the very end, before this comment,
  * for binary compatibility (the offsets of the old members must not change).
+ * (Don't forget to add your variable also to perl_clone()!)
  * XSUB.h provides wrapper functions via perlapi.h that make this
- * irrelevant, but not all code may be expected to #include XSUB.h. */
+ * irrelevant, but not all code may be expected to #include XSUB.h.
+ */