fix some things
[fw/sdcc] / link / z80 / lks19.c
index cfbb5d18fc29f60bea5ddbaaeaf141fba071ab3f..905e7e74c73ce9ede3d0ebb6c8fa10b8173cc7d8 100644 (file)
@@ -11,7 +11,7 @@
 
 #include <stdio.h>
 #include <string.h>
-#include <alloc.h>
+//#include <alloc.h>
 #include "aslink.h"
 
 /*)Module      lks19.c
  *     in the standard Motorola S19 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
@@ -97,7 +97,7 @@
 VOID
 s19(i)
 {
-       register addr_t chksum;
+       register Addr_T chksum;
 
        if (i) {
                if (hilo == 0) {