summaryrefslogtreecommitdiff
path: root/handy.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-07-02 13:16:19 -0600
committerKarl Williamson <khw@cpan.org>2022-07-02 13:29:08 -0600
commite91f88ad549a845e0f17447397cecc6b462e28ef (patch)
tree0bcfabd10ee237f9dd74eb902a87826f5dc40dd0 /handy.h
parent018255567a494b52a3b2129267f2ad5ea0ab3e35 (diff)
downloadperl-e91f88ad549a845e0f17447397cecc6b462e28ef.tar.gz
mktables: Don't generate pod for Name.pm
This is a relic from long ago. mktables creates lib/unicore/Name.pm. And in that file which is for internal core use only, it was creating the beginnings of some pod, but quite incomplete; this was confusing buildtoc, which perhaps could be hardened against such inputs.
Diffstat (limited to 'handy.h')
-rw-r--r--handy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/handy.h b/handy.h
index 54ecc24883..afd60e23d8 100644
--- a/handy.h
+++ b/handy.h
@@ -2519,6 +2519,7 @@ The typedef to use to declare variables that are to hold line numbers.
Line numbers are unsigned, 32 bits.
*/
typedef U32 line_t;
+#define LINE_Tf U32uf
#define NOLINE ((line_t) 4294967295UL) /* = FFFFFFFF */
/* Helpful alias for version prescan */