aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/symbols.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/symbols.cpp')
-rw-r--r--src/symbols.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/symbols.cpp b/src/symbols.cpp
index 6943b7c..5b0de92 100644
--- a/src/symbols.cpp
+++ b/src/symbols.cpp
@@ -23,14 +23,15 @@
#include <glib.h>
+#include "sciteco.h"
#include "symbols.h"
/*
* Constructors executed before the ones defined in generated code.
*/
namespace Symbols {
- SymbolList __attribute__((init_priority(1000))) scintilla;
- SymbolList __attribute__((init_priority(1000))) scilexer;
+ SymbolList scintilla INIT_PRIO(PRIO_SYMBOLS-1);
+ SymbolList scilexer INIT_PRIO(PRIO_SYMBOLS-1);
}
/*