From 19ff8d01066f592e66d4c062eb809c8a98f8145b Mon Sep 17 00:00:00 2001 From: jaortega Date: Tue, 7 Nov 2000 04:32:23 +0000 Subject: fixed bug with future EQU symbol refs (pking) --- mixlib/xmix_parser.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'mixlib/xmix_parser.h') 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 -- cgit v1.2.3