From da36c9488fbb08ce1a5081b4c6b6ba5646962474 Mon Sep 17 00:00:00 2001 From: "Michael D. Lowis" Date: Wed, 16 Mar 2022 09:19:40 -0400 Subject: [PATCH] fix build errors --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 4be04bd..df4309b 100644 --- a/config.h +++ b/config.h @@ -58,7 +58,7 @@ int TrimOnSave = On; /* whether trailing whitespace should be removed on save int ExpandTabs = On; /* whether tab characters should be expanded to spaces or not */ int DosLineFeed = Off; /* use \r\n line endings by default */ #else -int WinWidth, WinHeight, ScrollWidth, Timeout, TabWidth, ScrollBy, +extern int WinWidth, WinHeight, ScrollWidth, Timeout, TabWidth, ScrollBy, ClickTime, CopyIndent, TrimOnSave, ExpandTabs, DosLineFeed; #endif -- 2.51.0