* as/mcs51/.cvsignore,
[fw/sdcc] / as / mcs51 / lkhead.c
index fa3105efd8c94851e571e6d169b3bad58e369ff1..41a5198cbb27d1635e41a7e0ef495ceee787f918 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
@@ -110,7 +107,7 @@ newhead()
         * Setup Absolute DEF linkage.
         */
        lkparea(_abs_);
-       ap->a_flag = A_ABS|A_OVR;
+       ap->a_flag = A_ABS;
 }
 
 /*)Function    VOID    module()