summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-05-29 18:56:46 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-05-29 18:56:46 +0000
commitb83cd12919ac1b44c6aceba31e6446b06c24bdb3 (patch)
treedd3bbdd5a7009a72500a90f1b2caa8f0bee450b9 /intrpvar.h
parentb5c19bd7c15bd02a18c3c2b80b6f602827ecdbcc (diff)
downloadperl-b83cd12919ac1b44c6aceba31e6446b06c24bdb3.tar.gz
Comment tweakage.
p4raw-id: //depot/perl@19638
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/intrpvar.h b/intrpvar.h
index f412e9f4d6..44d6296941 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -525,12 +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.
+ */