change docdir to share/sdcc/doc
[fw/sdcc] / link / z80 / lkihx.c
index d849c1651b61063111d747f4f241d73fc43ed316..a0e35d99122382e2e79778ae58451d64c96e0d38 100644 (file)
@@ -11,7 +11,7 @@
 
 #include <stdio.h>
 #include <string.h>
-#include <alloc.h>
+//#include <alloc.h>
 #include "aslink.h"
 
 /*)Module      lkihx.c
  *     in the standard Intel Hex format.
  *
  *     local variables:
- *             addr_t  chksum          byte checksum
+ *             Addr_T  chksum          byte checksum
  *
  *     global variables:
  *             int     hilo            byte order
  *             FILE *  ofp             output file handle
  *             int     rtcnt           count of data words
  *             int     rtflg[]         output the data flag
- *             addr_t  rtval[]         relocated data
+ *             Addr_T  rtval[]         relocated data
  *
  *     functions called:
  *             int     fprintf()       c_library
 VOID
 ihx(i)
 {
-       register addr_t chksum;
+       register Addr_T chksum;
 
        if (i) {
                if (hilo == 0) {