* doc/sdccman.lyx: documented initialization and allocation of absolute
[fw/sdcc] / src / SDCCicode.h
index e4c3c1be1d55c3fc3e1d86a6c1024b5b7a5c0b8c..a05c67c478135e113070735bee2db4a6ca054a97 100644 (file)
@@ -201,7 +201,7 @@ typedef struct icodeFuncTable
   {
     int icode;
     char *printName;
-    void (*iCodePrint) (FILE *, iCode *, char *);
+    void (*iCodePrint) (struct dbuf_s *, iCode *, char *);
     iCode *(*iCodeCopy) (iCode *);
   }
 iCodeTable;
@@ -328,6 +328,7 @@ operand *operandFromLink (sym_link *);
 sym_link *aggrToPtr (sym_link *, bool);
 int aggrToPtrDclType (sym_link *, bool);
 int piCode (void *, FILE *);
+int dbuf_printOperand (operand *, struct dbuf_s *);
 int printOperand (operand *, FILE *);
 void setOperandType (operand *, sym_link *);
 bool isOperandInFarSpace (operand *);