summaryrefslogtreecommitdiff
path: root/handy.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-07-02 13:48:29 -0600
committerKarl Williamson <khw@cpan.org>2022-07-02 13:53:05 -0600
commit9b6eee52aa3411d42f99700c1ccc7283b47c685a (patch)
tree39e2be7e6eaf05bec513cb265dc232379313b28b /handy.h
parente91f88ad549a845e0f17447397cecc6b462e28ef (diff)
downloadperl-9b6eee52aa3411d42f99700c1ccc7283b47c685a.tar.gz
Fix breakage in e91f88ad549
Two files were included in that commit that shouldn't have been
Diffstat (limited to 'handy.h')
-rw-r--r--handy.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/handy.h b/handy.h
index afd60e23d8..54ecc24883 100644
--- a/handy.h
+++ b/handy.h
@@ -2519,7 +2519,6 @@ 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 */