Use headers defined in the C[++] standards:
[fw/sdcc] / src / SDCCptropt.h
index 2160b607738812d456cdae3920995826631767a4..9314a8a6fd3738f69ed1de2cb18dfd069cba38ae 100644 (file)
@@ -26,6 +26,7 @@
 #ifndef SDCCPTROPT_H
 #define SDCCPTROPT_H 1
 
-void ptrAopts (eBBlock **, int );
+void ptrPostIncDecOpt (iCode *);
+int ptrAddition (iCode *);
 
 #endif