From: johanknol Date: Sun, 20 Jan 2002 14:14:22 +0000 (+0000) Subject: ignore .module for now X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=4e9f2509f5f1d63e5cceed6f6e0a34dbe70dc6ae;p=fw%2Fsdcc ignore .module for now git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1824 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/as/xa51/xa_asm.y b/as/xa51/xa_asm.y index 2960a1a9..b63b8428 100644 --- a/as/xa51/xa_asm.y +++ b/as/xa51/xa_asm.y @@ -166,6 +166,8 @@ directive: '.' ORG expr { } | '.' MODULE WORD { /* ignore module definition */ + build_sym_list(lex_sym_name); + assign_value(lex_sym_name, 0); $$ = 0; } | '.' GLOBL WORD {