diff options
| author | Will Andrews <will@FreeBSD.org> | 2000-06-09 02:27:49 +0000 |
|---|---|---|
| committer | Will Andrews <will@FreeBSD.org> | 2000-06-09 02:27:49 +0000 |
| commit | 56742b3e321f2bf365248467927b0dac1bf3b4b4 (patch) | |
| tree | 2b3d850e16a4e1d60c7ee07b1282feb1cef7c563 /editors/fte/files/patch-ad | |
| parent | c4428ccb691de20d9b90892077ca0d3ec7c4ff6d (diff) | |
Add FTE, a full-featured text editor for X11.
PR: 18493
Submitted by: Alexander Gelfenbain <mail@gelf.com>
Diffstat (limited to 'editors/fte/files/patch-ad')
| -rw-r--r-- | editors/fte/files/patch-ad | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/fte/files/patch-ad b/editors/fte/files/patch-ad new file mode 100644 index 000000000000..8a5463284225 --- /dev/null +++ b/editors/fte/files/patch-ad @@ -0,0 +1,13 @@ +--- 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); \ |
