* as/asxxsrc: created
[fw/sdcc] / as / hc08 / asmain.c
index 0332a438f80dd59a43fe5dfc49c617bcb521dfd9..633786b7b580592b4f5357e903168d74c4de89a7 100644 (file)
@@ -17,7 +17,6 @@
 #include <string.h>
 
 #include "asm.h"
-#include "strcmpi.h"
 
 /*)Module      asmain.c
  *
@@ -1023,7 +1022,7 @@ loop:
         */
        default:
                machine(mp);
-               /* if cdb information the generate the line info */
+               /* if cdb information then generate the line info */
                if (cflag && (pass == 1))
                    DefineCDB_Line();