diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-10-24 16:39:21 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-10-24 16:39:21 -0700 |
commit | ab686ae8de0f4425f6f84f77e7e38e2e32b3d3f6 (patch) | |
tree | 43333e9dee47d6044959d64cf9f8590a5f87780a | |
parent | 0b0e6d70fad47cd67e69fd39ca89beb755332502 (diff) | |
download | perl-ab686ae8de0f4425f6f84f77e7e38e2e32b3d3f6.tar.gz |
Remove part of intrpvar.h comment
This second sentence is no longer true as of 87b9e160.
-rw-r--r-- | intrpvar.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/intrpvar.h b/intrpvar.h index 9f812dc20d..97e473846e 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -17,9 +17,7 @@ * Don't forget to re-run regen/embed.pl to propagate changes! */ -/* 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. */ +/* New variables must be added to the very end for binary compatibility. */ /* Don't forget to add your variable also to perl_clone()! */ |