summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-07-10 14:17:59 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-07-10 14:17:59 +0000
commit6f3a2bff8962a08390935b5974d219e8b377833e (patch)
tree9935d09bc0f4f7dbba410ec6c7029bf624e53c78 /intrpvar.h
parent2ccddc9020a3f40c0b46168e45b42ae6d0c415f2 (diff)
downloadperl-6f3a2bff8962a08390935b5974d219e8b377833e.tar.gz
Argh. At least AIX builds choke because of this.
p4raw-id: //depot/perl@20112
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/intrpvar.h b/intrpvar.h
index 6d77cec2a1..a90ada23de 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -525,6 +525,8 @@ PERLVARI(Ippid, IV, 0)
PERLVARI(Ihash_seed, UV, 0) /* Hash initializer */
+PERLVAR(Icsighandlerp, Sighandler_t)
+
PERLVAR(IDBassertion, SV *)
PERLVARI(Icv_has_eval, I32, 0) /* PL_compcv includes an entereval or similar */