Update to IO-1.25 from CPAN
[p5sagit/p5-mst-13.2.git] / intrpvar.h
index 3265ac2..7a05268 100644 (file)
@@ -537,7 +537,8 @@ PERLVAR(Iparser,    yy_parser *)    /* current parser state */
    signal handler dispatches.  */
 PERLVAR(Ipsig_ptr, SV**)
 /* Array of names of signals, indexed by signal number, for (re)use as the first
-   argument to a signal handler.   */
+   argument to a signal handler.   Only one block of memory is allocated for
+   both psig_name and psig_ptr.  */
 PERLVAR(Ipsig_name, SV**)              
 
 #if defined(PERL_IMPLICIT_SYS)