diff options
author | Mikael Magnusson <mikma@users.sourceforge.net> | 2018-09-14 23:00:39 +0000 |
---|---|---|
committer | Mikael Magnusson <mikma@users.sourceforge.net> | 2019-02-28 00:38:24 +0100 |
commit | ec3a86b8a0ccf8e499c15eed8e873d2a62959a13 (patch) | |
tree | ad2f17e2a2eec2bc9410e1e967de1ff1fe85aaec /conf/conf.h | |
parent | 7c36eb3e8bd7d06f65dc7319d42b6abe782c5b89 (diff) |
WIP native functionnative/native-function
Diffstat (limited to 'conf/conf.h')
-rw-r--r-- | conf/conf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/conf.h b/conf/conf.h index 427569fd..06bd211d 100644 --- a/conf/conf.h +++ b/conf/conf.h @@ -128,6 +128,7 @@ struct sym_scope { #define SYM_FILTER 4 #define SYM_TABLE 5 #define SYM_ATTRIBUTE 6 +#define SYM_FUNCTION_NATIVE 7 #define SYM_VARIABLE 0x100 /* 0x100-0x1ff are variable types */ #define SYM_VARIABLE_RANGE SYM_VARIABLE ... (SYM_VARIABLE | 0xff) |