From 9b6eee52aa3411d42f99700c1ccc7283b47c685a Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sat, 2 Jul 2022 13:48:29 -0600 Subject: Fix breakage in e91f88ad549 Two files were included in that commit that shouldn't have been --- handy.h | 1 - 1 file changed, 1 deletion(-) (limited to 'handy.h') 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 */ -- cgit v1.2.1