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

src/port.h

index 8a21c5d841a341cd632853c026de78761fcf1cc1..59ff906fe31e66ae84fbc9177dd81e8ab954ba29 100644 (file)
@@ -81,7 +81,7 @@ typedef struct
        /* assembler file extension */
        const char *file_ext;
         /** If non-null will be used to execute the assembler. */
-       void (*do_assemble) (const char * const*);      
+       void (*do_assemble) (set *);    
       }
     assembler;