diff options
author | Richard Hitt <rbh00@utsglobal.com> | 2002-12-06 08:47:42 -0800 |
---|---|---|
committer | hv <hv@crypt.org> | 2002-12-17 01:43:28 +0000 |
commit | 9febdf04c602e91a389f75497c9add388bc632ec (patch) | |
tree | 5997238a86666e4319034761549523a4335f8e31 /perl.h | |
parent | c7c737cb28949ebe168789b54bc0a5da1ada7664 (diff) | |
download | perl-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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*); }; |