Hacked const and volatile modifiers a bit.
[fw/sdcc] / src / SDCCcflow.h
index 949c9b5c3d3044cccfc342d8b473a3cfa3454c2f..4d6af9f5e68d61c3249ae2a23b2bc2e1b27c378d 100644 (file)
@@ -40,5 +40,5 @@ void computeControlFlow (eBBlock **, int, int);
 int dfNumCompare (const void *, const void *);
 int bbNumCompare (const void *, const void *);
 void disconBBlock (eBBlock *, eBBlock **, int);
-
+int returnAtEnd (eBBlock *) ;
 #endif