added some pointer arithmetic optimization
[fw/sdcc] / src / SDCCptropt.h
index 3fc07cf42cc5d8ec3f609d500b407649ebe0fd23..9314a8a6fd3738f69ed1de2cb18dfd069cba38ae 100644 (file)
@@ -27,5 +27,6 @@
 #define SDCCPTROPT_H 1
 
 void ptrPostIncDecOpt (iCode *);
+int ptrAddition (iCode *);
 
 #endif