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/sciteco.h | |
| parent | 4f069e1977c9567b8aca7b0306ac5f100ef11282 (diff) | |
| parent | b66d269b94016d43b3d256ab01c123ba2937c917 (diff) | |
Merge branch 'master' of github.com:rhaberkorn/sciteco
Diffstat (limited to 'src/sciteco.h')
| -rw-r--r-- | src/sciteco.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/sciteco.h b/src/sciteco.h index 441b262..e129a4c 100644 --- a/src/sciteco.h +++ b/src/sciteco.h @@ -34,6 +34,10 @@ namespace Flags { extern sig_atomic_t sigint_occurred; +#define INIT_PRIO(X) __attribute__((init_priority(X))) +#define PRIO_INTERFACE 1000 +#define PRIO_SYMBOLS 1000 + #define IS_CTL(C) ((C) < ' ') #define CTL_ECHO(C) ((C) | 0x40) #define CTL_KEY(C) ((C) & ~0x40) |
