2004-01-05 Vangelis Rokas <vrokas@otenet.gr>
[fw/sdcc] / support / scripts / inc2h.pl
index c66532b2a8764191a0173f96cd57660a6e8fcf0b..63b693cb0ef0d85ae29250d4f36f33580635b623 100755 (executable)
@@ -275,7 +275,7 @@ $header .= <<EOT;
 #define P${processor}_H
 
 #ifndef BIT_AT
-#define BIT_AT(base,bitno) bit at ((base<<3)+bitno)
+#define BIT_AT(base,bitno) sbit at ((base<<3)+bitno)
 #endif
 
 //