]> git.sur5r.net Git - cc65/blobdiff - src/cc65/typeconv.h
Fixed two compiler warnings.
[cc65] / src / cc65 / typeconv.h
index a868d57c39dde4197bf613624d9f12fed124a572..cab6fc0ec5518247620483baf279c9fdca93f9d8 100644 (file)
@@ -6,8 +6,8 @@
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
-/* (C) 2002-2004 Ullrich von Bassewitz                                       */
-/*               Römerstrasse 52                                             */
+/* (C) 2002-2008 Ullrich von Bassewitz                                       */
+/*               Roemerstrasse 52                                            */
 /*               D-70794 Filderstadt                                         */
 /* EMail:        uz@cc65.org                                                 */
 /*                                                                           */
 
 
 
-void TypeConversion (ExprDesc* Expr, type* NewType);
+void TypeConversion (ExprDesc* Expr, Type* NewType);
 /* Do an automatic conversion of the given expression to the new type. Output
  * warnings or errors where this automatic conversion is suspicious or
  * impossible.
  */
 
 void TypeCast (ExprDesc* Expr);
-/* Handle an explicit cast. The function returns true if the resulting
- * expression is an lvalue and false if not.
- */
+/* Handle an explicit cast. */