Added strcmpi.[hc] to gbz80 and z80 VC projects
[fw/sdcc] / as / mcs51 / lkhead.c
index 1cd390ab0af05f37aed3289a4147b64fe0302b01..41a5198cbb27d1635e41a7e0ef495ceee787f918 100644 (file)
@@ -107,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()