diff options
| author | jaortega <jaortega> | 2000-11-07 04:32:23 +0000 |
|---|---|---|
| committer | jaortega <jaortega> | 2000-11-07 04:32:23 +0000 |
| commit | 19ff8d01066f592e66d4c062eb809c8a98f8145b (patch) | |
| tree | d4b1796f4817dfe966b886f622b7b720577bcef7 /mixlib/xmix_parser.h | |
| parent | 0b26bdea980ea0d7f5f644679ba1a8ca2abb2986 (diff) | |
| download | mdk-19ff8d01066f592e66d4c062eb809c8a98f8145b.tar.gz mdk-19ff8d01066f592e66d4c062eb809c8a98f8145b.tar.bz2 | |
fixed bug with future EQU symbol refs (pking)
Diffstat (limited to 'mixlib/xmix_parser.h')
| -rw-r--r-- | mixlib/xmix_parser.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mixlib/xmix_parser.h b/mixlib/xmix_parser.h index fee385c..bbcd108 100644 --- a/mixlib/xmix_parser.h +++ b/mixlib/xmix_parser.h @@ -57,6 +57,12 @@ typedef struct ins_node_ /* functions to manipulate mix_parser_t during compilation */ /* symbol table */ +/* Define a new symbol with given value + * and update previously set refs to this symbol + */ +extern mix_parser_err_t +mix_parser_define_symbol_value (mix_parser_t *parser, const gchar *name, + mix_word_t value); /* Define a new symbol with value equal to the current loc_count * and update previously set refs to this symbol |
