From: Michael D. Lowis Date: Wed, 16 Mar 2022 13:19:40 +0000 (-0400) Subject: fix build errors X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=da36c9488fbb08ce1a5081b4c6b6ba5646962474;p=projs%2Ftide.git fix build errors --- 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