* as/link/hc08/lkihx.c (newArea),
[fw/sdcc] / as / link / hc08 / lkihx.c
index 28c2f500312bc803ce39172e5c31d486ab93efd3..ff75e93174e2e4718aea1dec92856c34d513318f 100644 (file)
@@ -214,13 +214,13 @@ ihx(i)
        }
 }
 
-/*)Function    newArea(i)
- * The function newArea() is called when processing of new area is started.
+/*)Function    ihxNewArea(i)
+ * The function ihxNewArea() is called when processing of new area is started.
  * It resets the value of lastHexAddr.
  */ 
 
 VOID
-newArea()
+ihxNewArea()
 {
        lastHexAddr = 0;
 }