From: borutr Date: Sun, 30 Mar 2003 15:33:22 +0000 (+0000) Subject: changed type of parameter asmOptions to set in _tininative_do_assemble() X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=9554bb72353c20c359954b45f122a479b4f6201b;p=fw%2Fsdcc changed type of parameter asmOptions to set in _tininative_do_assemble() git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2433 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/src/ds390/main.c b/src/ds390/main.c index e0fabb35..c7e55f4d 100644 --- a/src/ds390/main.c +++ b/src/ds390/main.c @@ -512,7 +512,7 @@ static void _tininative_genAssemblerEnd (FILE * of) fputs("\tend\n",of); } /* tininative assembler , calls "macro", if it succeeds calls "a390" */ -static void _tininative_do_assemble (const char * const *asmOptions) +static void _tininative_do_assemble (set *asmOptions) { static const char *macroCmd[] = { "macro","$1.a51",NULL