Skip to content

Commit

Permalink
fixing link error
Browse files Browse the repository at this point in the history
  • Loading branch information
antonvw committed Feb 14, 2025
1 parent d0f57de commit 8044b51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/syntax/wex/lex-lilypond.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Name: lex-lilypond.cpp
// Purpose: Implementation of Scintilla::lex_lillypond
// Author: Anton van Wezenbeek
// Copyright: (c) 2023-2024 Anton van Wezenbeek
// Copyright: (c) 2023-2025 Anton van Wezenbeek
////////////////////////////////////////////////////////////////////////////////

#include "lex-lilypond.h"
Expand Down Expand Up @@ -523,7 +523,7 @@ void SCI_METHOD lex_lilypond::Lex(

static const char* const emptyWordListDesc[] = {0};

LexerModule lmLilyPond(
extern const LexerModule lmLilyPond(
lex_lilypond::language(),
lex_lilypond::get,
lex_lilypond::name(),
Expand Down
2 changes: 1 addition & 1 deletion src/syntax/wex/lex-rfw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ Sci_Position SCI_METHOD Scintilla::lex_rfw::WordListSet(int n, const char* wl)
return firstModification;
}

LexerModule lmRFW(
extern const LexerModule lmRFW(
lex_rfw::language(),
lex_rfw::get,
lex_rfw::name(),
Expand Down

0 comments on commit 8044b51

Please sign in to comment.