diff options
Diffstat (limited to 'src/KeyWords.cxx')
-rw-r--r-- | src/KeyWords.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/KeyWords.cxx b/src/KeyWords.cxx index 611f73c8e..decbac2b8 100644 --- a/src/KeyWords.cxx +++ b/src/KeyWords.cxx @@ -130,9 +130,7 @@ int wxForceScintillaLexers(void) { } // Shorten the code that declares a lexer and ensures it is linked in by calling a method. -#define LINK_LEXER(lexer) \ - extern LexerModule lexer; \ - lexer.GetLanguage(); +#define LINK_LEXER(lexer) extern LexerModule lexer; lexer.GetLanguage(); // To add or remove a lexer, add or remove its file and run LexGen.py. |