* as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
[fw/sdcc] / as / mcs51 / lkhead.c
index da8d5d04219a5dddbb6d7f5acb84e1175b796c40..1cd390ab0af05f37aed3289a4147b64fe0302b01 100644 (file)
@@ -11,9 +11,6 @@
 
 #include <stdio.h>
 #include <string.h>
-#if !defined(_MSC_VER)
-#include <alloc.h>
-#endif
 #include "aslink.h"
 
 /*Module       lkhead.c
@@ -51,7 +48,7 @@
  *                                     head structure
  *
  *     functions called:
- *             addr_t  expr()          lkeval.c
+ *             Addr_T  expr()          lkeval.c
  *             VOID *  new()           lksym.c
  *             VOID    lkparea()       lkarea.c
  *