fix some grossness in the logic operations (genAnd, genOr, genXor)
[fw/sdcc] / as / mcs51 / lklist.c
index 3842b1d9f3b4787400e5f237cd1b3131402cf7c5..3743240db34a19bbaa43cca3fa7a3ae0dcb4a148 100644 (file)
@@ -17,9 +17,6 @@
 
 #include <stdio.h>
 #include <string.h>
-#if !defined(_MSC_VER)
-#include <alloc.h>
-#endif
 #include <stdlib.h>
 #include "aslink.h"