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/LexPerl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/LexPerl.cxx') diff --git a/src/LexPerl.cxx b/src/LexPerl.cxx index 8fef7225e..155a0c1a2 100644 --- a/src/LexPerl.cxx +++ b/src/LexPerl.cxx @@ -485,4 +485,4 @@ static void ColourisePerlDoc(unsigned int startPos, int length, int initStyle, styler.ColourTo(lengthDoc, state); } -static LexerModule lmPerl(SCLEX_PERL, ColourisePerlDoc); +LexerModule lmPerl(SCLEX_PERL, ColourisePerlDoc); -- cgit v1.2.3