Added CLRWDT instruction again (this time correctly).
[fw/sdcc] / src / pic / pcodeflow.h
index c8b53199895582965ec5c8b11bb4c65392af919c..d7c3b57e914692a2fcc4c44e62adc328c911ddd3 100644 (file)
@@ -19,8 +19,8 @@
    
 -------------------------------------------------------------------------*/
 
-#ifndef __PCODE_FLOW_H__
-#define __PCODE_FLOW_H__
+#ifndef __PCODEFLOW_H__
+#define __PCODEFLOW_H__
 
 /*************************************************
  * pCode conditions:
@@ -60,4 +60,6 @@
 
 /*------------------------------------------------------------*/
 
-#endif // __PCODE_H__
+void BuildFlowAncestry(pBlock *pb);
+
+#endif // __PCODEFLOW_H__