diff options
author | 2006-03-28 18:46:11 +0000 | |
---|---|---|
committer | 2006-03-28 18:46:11 +0000 | |
commit | 52bd00bf7b17cbade3981d742f5221006d5d7d82 (patch) | |
tree | 4036b9e3c2c42a5b9b540374995d99fa06d67d62 /gnu/usr.bin/perl/t/lib/h2ph.h | |
parent | regen (diff) | |
download | wireguard-openbsd-52bd00bf7b17cbade3981d742f5221006d5d7d82.tar.xz wireguard-openbsd-52bd00bf7b17cbade3981d742f5221006d5d7d82.zip |
perl 5.8.8 import
Diffstat (limited to 'gnu/usr.bin/perl/t/lib/h2ph.h')
-rw-r--r-- | gnu/usr.bin/perl/t/lib/h2ph.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/usr.bin/perl/t/lib/h2ph.h b/gnu/usr.bin/perl/t/lib/h2ph.h index f13b69c6d69..495789a206d 100644 --- a/gnu/usr.bin/perl/t/lib/h2ph.h +++ b/gnu/usr.bin/perl/t/lib/h2ph.h @@ -56,6 +56,11 @@ # define WHATEVER 1000 #endif +/* Test passing through the alien constructs (perlbug #34493) */ +#ifdef __LANGUAGE_PASCAL__ +function Tru64_Pascal(n: Integer): Integer; +#endif + /* * Test #include, #import and #include_next * #include_next is difficult to test, it really depends on the actual |