]> git.sur5r.net Git - cc65/blobdiff - src/cc65/exprdesc.h
Small but significant shift optimization
[cc65] / src / cc65 / exprdesc.h
index 039a46ff81e99558a91038faec4bf466165b6f69..bdd29f703eb69142edeabefad5cac7d042d2351c 100644 (file)
@@ -37,7 +37,7 @@
 #define EXPRDESC_H
 
 
-                     
+
 /* cc65 */
 #include "datatype.h"
 
@@ -94,6 +94,9 @@ void MakeConstIntExpr (ExprDesc* Expr, long Value);
 void PrintExprDesc (FILE* F, ExprDesc* Expr);
 /* Print an ExprDesc */
 
+type* ReplaceType (ExprDesc* Expr, const type* NewType);
+/* Replace the type of Expr by a copy of Newtype and return the old type string */
+
 
 
 /* End of exprdesc.h */