* as/asx8051.dsp: added mcs51/strcmpi.h
[fw/sdcc] / src / port.h
index fa127a4e50f350b69a2280442262f82b4929c5ab..1b7033d2ae6e06c53fa3f4b6569f10c1e7d12b8e 100644 (file)
@@ -127,7 +127,7 @@ typedef struct
       {
        int char_size;
        int short_size;
-       int int_size;
+        unsigned int int_size;
        int long_size;
        int ptr_size;       //near
        int fptr_size;      //far
@@ -294,7 +294,7 @@ typedef struct
     bool (*hasNativeMulFor) (iCode *ic, sym_link *left, sym_link *right);
 
     /** Returns true if the port has implemented certain bit
-        manipulation iCodes (RRC, RLC, SWAP, GETHBIT)
+        manipulation iCodes (RRC, RLC, SWAP, GETHBIT, GETABIT, GETBYTE, GETWORD)
     */
     bool (*hasExtBitOp) (int op, int size);