From dae4eea6225cd2f3ed9f2e4dfe46606cc9a0743f Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 5 Apr 2000 00:48:09 +0000 Subject: Changed the lexer module objects to be globally visible (by removing 'static') so they can be explicitly referenced to force inclusion in a build. --- src/LexPython.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/LexPython.cxx') diff --git a/src/LexPython.cxx b/src/LexPython.cxx index 51d9791d9..86597e863 100644 --- a/src/LexPython.cxx +++ b/src/LexPython.cxx @@ -254,4 +254,4 @@ static void ColourisePyDoc(unsigned int startPos, int length, int initStyle, } } -static LexerModule lmPython(SCLEX_PYTHON, ColourisePyDoc); +LexerModule lmPython(SCLEX_PYTHON, ColourisePyDoc); -- cgit v1.2.3