* as/link/lkar.h: sgetl and sputl are independent of endianness
[fw/sdcc] / src / SDCCptropt.h
index 2160b607738812d456cdae3920995826631767a4..8659ae6a1d27221c975ca5a8f7f8eadf74e925c0 100644 (file)
 #ifndef SDCCPTROPT_H
 #define SDCCPTROPT_H 1
 
-void ptrAopts (eBBlock **, int );
+void ptrPostIncDecOpt (iCode *);
+int ptrAddition (iCode *);
+symbol * ptrBaseRematSym (symbol *);
+int ptrPseudoSymSafe (symbol *, iCode *);
+void ptrPseudoSymConvert (symbol *, iCode *, char *);
 
 #endif