summaryrefslogtreecommitdiff
path: root/form.h
diff options
context:
space:
mode:
authorLAUN Wolfgang <wolfgang.laun@alcatel.at>2004-01-16 13:29:26 +0000
committerDave Mitchell <davem@fdisolutions.com>2004-01-16 13:29:26 +0000
commita1b950687051c32e26de8681b0ed639ad32adfb4 (patch)
treead2e142c0c34b6254fe5625f74ecd9a87ada058a /form.h
parentad33f57d74879c2996a4b4d81b95694b3eb74e93 (diff)
downloadperl-a1b950687051c32e26de8681b0ed639ad32adfb4.tar.gz
format/write (version 2)
Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C4D3@attmsx1> Fixes and additions to formats: Improvement: NULL chars in picture line Bugfix: C<@*> shown in output if not alone on a line New feature: C<^*> for variable-width, one-line-at-a-time text Improvement: Diagnostic on C<@#> and C<~~> Bugfix: Segmentation fault on big numbers Improvement (maybe): Truncation of numbers produces misleading output Bugfix: "}" terminates format Bugfix: Error when copying non-UTF to UTF (EBCDIC only) p4raw-id: //depot/perl@22161
Diffstat (limited to 'form.h')
-rw-r--r--form.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/form.h b/form.h
index 95d3c5775c..9cf271a2ac 100644
--- a/form.h
+++ b/form.h
@@ -24,3 +24,4 @@
#define FF_BLANK 14
#define FF_MORE 15
#define FF_0DECIMAL 16
+#define FF_LINESNGL 17