* as/asx8051.dsp: added mcs51/strcmpi.h
[fw/sdcc] / src / pic16 / device.c
index ec66d5302fee8f3eea6d2b204d6aa4508e35fdbd..8878ed0799935e17bef44c6935179b32d819da93 100644 (file)
@@ -59,8 +59,6 @@ PIC16_device *pic16=NULL;
 unsigned int stackPos = 0;
 unsigned int stackLen = 0;
 
-extern regs* newReg(short type, short pc_type, int rIdx, char *name, int size, int alias, operand *refop);
-
 void pic16_setMaxRAM(int size)
 {
        pic16->maxRAMaddress = size;
@@ -378,8 +376,6 @@ void pic16_dump_int_registers(FILE *of, set *section)
   #define _ENDIAN(x)  (x)
 #endif
 
-#define BYTE_IN_LONG(x,b) ((x>>(8*_ENDIAN(b)))&0xff)
-
 
 /*-----------------------------------------------------------------*
  *  void pic16_list_valid_pics(int ncols, int list_alias)