diff options
author | 2003-12-03 02:43:04 +0000 | |
---|---|---|
committer | 2003-12-03 02:43:04 +0000 | |
commit | 8500990981f885cbe5e6a4958549cacc238b5ae6 (patch) | |
tree | 459d709ffae0599d6d549087d270bfb6d2fcf5e6 /gnu/usr.bin/perl/t/lib/h2ph.h | |
parent | sync (diff) | |
download | wireguard-openbsd-8500990981f885cbe5e6a4958549cacc238b5ae6.tar.xz wireguard-openbsd-8500990981f885cbe5e6a4958549cacc238b5ae6.zip |
perl 5.8.2 from CPAN
Diffstat (limited to 'gnu/usr.bin/perl/t/lib/h2ph.h')
-rw-r--r-- | gnu/usr.bin/perl/t/lib/h2ph.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gnu/usr.bin/perl/t/lib/h2ph.h b/gnu/usr.bin/perl/t/lib/h2ph.h index c60e8f008d0..f13b69c6d69 100644 --- a/gnu/usr.bin/perl/t/lib/h2ph.h +++ b/gnu/usr.bin/perl/t/lib/h2ph.h @@ -121,4 +121,15 @@ enum flimflam { flam } flamflim; +/* Handle multi-line quoted strings: */ +__asm__ __volatile__(" + this + produces + no + output +"); + +#define multiline "multiline +string" + #endif /* _H2PH_H_ */ |