freebsd-ports/editors/fte/files/patch-ad
Will Andrews 56742b3e32 Add FTE, a full-featured text editor for X11.
PR:		18493
Submitted by:	Alexander Gelfenbain <mail@gelf.com>
2000-06-09 02:27:49 +00:00

13 lines
381 B
Text

--- src/c_hilit.h Mon Aug 25 03:11:28 1997
+++ src/c_hilit.h.new Thu Jun 8 22:08:05 2000
@@ -128,10 +128,6 @@
int TabSize = BFI(BF, BFI_TabSize); \
int ExpandTabs = BFI(BF, BFI_ExpandTabs);
-//#define HILIT_VARS2() \
-// int len1 = len;
-// char *last = p + len1 - 1;
-
#define IF_TAB() \
if (*p == '\t' && ExpandTabs) { \
NC = NextTab(C, TabSize); \