Change 19638 by [EMAIL PROTECTED] on 2003/05/29 18:56:46
Comment tweakage.
Affected files ...
... //depot/perl/intrpvar.h#127 edit
Differences ...
==== //depot/perl/intrpvar.h#127 (text) ====
Index: perl/intrpvar.h
--- perl/intrpvar.h#126~19637~ Thu May 29 11:47:40 2003
+++ perl/intrpvar.h Thu May 29 11:56:46 2003
@@ -525,12 +525,12 @@
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.
+ */
End of Patch.