Skip to content

Commit

Permalink
Merge pull request #102 from a17r/gcc-7
Browse files Browse the repository at this point in the history
Fix build with QScintilla-2.10.3 (?)
  • Loading branch information
Mezomish authored Jan 3, 2020
2 parents 7746772 + 5315aee commit 74ab723
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions src/app/qsci/lexers/qscilexerada.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@

#include <Qsci/qscilexer.h>

// located in SciLexer.h
#define SCLEX_ADA 20

#define SCE_ADA_DEFAULT 0
#define SCE_ADA_WORD 1
#define SCE_ADA_IDENTIFIER 2
Expand Down
3 changes: 0 additions & 3 deletions src/app/qsci/lexers/qscilexerhaskell.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@

#include <Qsci/qscilexer.h>

// located in SciLexer.h
#define SCLEX_HASKELL 68

#define SCE_HA_DEFAULT 0
#define SCE_HA_IDENTIFIER 1
#define SCE_HA_KEYWORD 2
Expand Down
3 changes: 0 additions & 3 deletions src/app/qsci/lexers/qscilexerlisp.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@

#include <Qsci/qscilexer.h>

// located in SciLexer.h
#define SCLEX_LISP 21

#define SCE_LISP_DEFAULT 0
#define SCE_LISP_COMMENT 1
#define SCE_LISP_NUMBER 2
Expand Down
3 changes: 0 additions & 3 deletions src/app/qsci/lexers/qscilexernsis.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@

#include <Qsci/qscilexer.h>

// located in SciLexer.h
#define SCLEX_NSIS 43

#define SCE_NSIS_DEFAULT 0
#define SCE_NSIS_COMMENT 1
#define SCE_NSIS_STRINGDQ 2
Expand Down

0 comments on commit 74ab723

Please sign in to comment.