From 915e4978fdea3642d27dc94e69d90b140894bc14 Mon Sep 17 00:00:00 2001 From: mitchell Date: Thu, 11 Jul 2019 11:45:48 -0400 Subject: Backport: Feature [feature-requests:#1295]. Lexer added for DataFlex. Backport of changeset 7569:ab69548334b7, but with custom `_strnlen` function since `strnlen` is not part of the C or C++ standard. --- win32/scintilla.mak | 1 + 1 file changed, 1 insertion(+) (limited to 'win32/scintilla.mak') diff --git a/win32/scintilla.mak b/win32/scintilla.mak index 49ae58a25..ec229a0cf 100644 --- a/win32/scintilla.mak +++ b/win32/scintilla.mak @@ -135,6 +135,7 @@ LEXOBJS=\ $(DIR_O)\LexCsound.obj \ $(DIR_O)\LexCSS.obj \ $(DIR_O)\LexD.obj \ + $(DIR_O)\LexDataflex.obj \ $(DIR_O)\LexDiff.obj \ $(DIR_O)\LexDMAP.obj \ $(DIR_O)\LexDMIS.obj \ -- cgit v1.2.3