From 0bcb817afe505b758bce2ca1b72568d56ef5d8fc Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 10 Jun 2002 05:03:27 +0000 Subject: Avoid continuation lines due to hassles with old GCC. --- src/KeyWords.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') 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. -- cgit v1.2.3