* fixed GCC 4.4.0 mingw compilation:
[fw/sdcc] / src / SDCCdflow.h
index 225d65e3f89defad919e050fd2b739be39eb1e28..6e484d451c2f9806b3920ef52b1f43d9599c632d 100644 (file)
 #ifndef SDCCDFLOW_H
 #define SDCCDFLOW_H 1
 
-DEFSETFUNC(mergeInExprs);
-DEFSETFUNC(ifKilledInBlock) ;
-void computeDataFlow (eBBlock **, int );
-DEFSETFUNC(mergeInDefs);
-DEFSETFUNC(isDefAlive);
-iCode *usedInRemaining (operand *,iCode *);
-int usedBetweenPoints ( operand *,iCode *,iCode *);
+DEFSETFUNC (mergeInExprs);
+DEFSETFUNC (ifKilledInBlock);
+void computeDataFlow (ebbIndex *);
+DEFSETFUNC (mergeInDefs);
+DEFSETFUNC (isDefAlive);
+iCode *usedInRemaining (operand *, iCode *);
+int usedBetweenPoints (operand *, iCode *, iCode *);
 #endif