summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorRichard Hitt <rbh00@utsglobal.com>2002-12-06 08:47:42 -0800
committerhv <hv@crypt.org>2002-12-17 01:43:28 +0000
commit9febdf04c602e91a389f75497c9add388bc632ec (patch)
tree5997238a86666e4319034761549523a4335f8e31 /perl.h
parentc7c737cb28949ebe168789b54bc0a5da1ada7664 (diff)
downloadperl-9febdf04c602e91a389f75497c9add388bc632ec.tar.gz
[Fwd: Patch for perl utf8-related bug]
[perl #18932] p4raw-id: //depot/perl@18312
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl.h b/perl.h
index bb2dc3979b..614d570ae9 100644
--- a/perl.h
+++ b/perl.h
@@ -2173,6 +2173,7 @@ union any {
I32 any_i32;
IV any_iv;
long any_long;
+ bool any_bool;
void (*any_dptr) (void*);
void (*any_dxptr) (pTHX_ void*);
};