changed type of parameter asmOptions to set in _tininative_do_assemble()
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 30 Mar 2003 15:33:22 +0000 (15:33 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 30 Mar 2003 15:33:22 +0000 (15:33 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2433 4a8a32a2-be11-0410-ad9d-d568d2c75423

src/ds390/main.c

index e0fabb359144da39d82090ccb115278f5819aa2c..c7e55f4de2d91c3356f430050898aa365b36125c 100644 (file)
@@ -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