diff options
| author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-02-03 18:44:27 +0100 |
|---|---|---|
| committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-02-03 18:44:27 +0100 |
| commit | 1d768b53295d71705fd1618f936240ed5428cb87 (patch) | |
| tree | 8efe9126d62db1eea01379a4a4b1fffc2abf6585 /src/symbols-extract.tes | |
| parent | 4f069e1977c9567b8aca7b0306ac5f100ef11282 (diff) | |
| parent | b66d269b94016d43b3d256ab01c123ba2937c917 (diff) | |
Merge branch 'master' of github.com:rhaberkorn/sciteco
Diffstat (limited to 'src/symbols-extract.tes')
| -rwxr-xr-x | src/symbols-extract.tes | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/symbols-extract.tes b/src/symbols-extract.tes index 841530c..ec3a76a 100755 --- a/src/symbols-extract.tes +++ b/src/symbols-extract.tes @@ -51,11 +51,17 @@ Ga ZJB 0,.Mq J ! format as C/C++ array ! I/* - * AUTOGENERATED - DO NOT EDIT + * AUTOGENERATED FROM Qi + * DO NOT EDIT */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include <glib.h> #include "Qi" +#include "sciteco.h" #include "symbols.h" static const SymbolList::Entry entries[] = { @@ -69,7 +75,7 @@ static const SymbolList::Entry entries[] = { .-Z;> I}; -__attribute__((constructor(2000))) +__attribute__((constructor(PRIO_SYMBOLS))) static void initialize(void) { |
