added some pointer arithmetic optimization
authorsandeep <sandeep@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 30 Jan 2002 04:35:54 +0000 (04:35 +0000)
committersandeep <sandeep@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 30 Jan 2002 04:35:54 +0000 (04:35 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1868 4a8a32a2-be11-0410-ad9d-d568d2c75423

src/SDCCptropt.h

index 3fc07cf42cc5d8ec3f609d500b407649ebe0fd23..9314a8a6fd3738f69ed1de2cb18dfd069cba38ae 100644 (file)
@@ -27,5 +27,6 @@
 #define SDCCPTROPT_H 1
 
 void ptrPostIncDecOpt (iCode *);
+int ptrAddition (iCode *);
 
 #endif