* device/include/pic16/pic18f*.h: add bit aliases in INTCONbits_t
[fw/sdcc] / src / SDCCpeeph.h
index d5e38816a47b93ff019882881cbd710ed2b715c7..0c1b2f85ed2ae75e5f25267a376db5156c9fbdfb 100644 (file)
@@ -73,8 +73,8 @@ bool isLabelDefinition (const char *line, const char **start, int *len,
 extern hTab *labelHash;
 labelHashEntry *getLabelRef (const char *label, lineNode *head);
 
-void printLine (lineNode *, FILE *);
-lineNode *newLineNode (char *);
+void printLine (lineNode *, struct dbuf_s *);
+lineNode *newLineNode (const char *);
 lineNode *connectLine (lineNode *, lineNode *);
 void initPeepHole (void);
 void peepHole (lineNode **);