]> git.sur5r.net Git - cc65/commitdiff
Fixed a comment.
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 5 Aug 2008 15:52:25 +0000 (15:52 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 5 Aug 2008 15:52:25 +0000 (15:52 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@3872 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/cc65/typeconv.c
src/cc65/typeconv.h

index 104e2d9bf6d260d132d59f669a559eff500638a6..7ef1e63ee29e070bc4adb68bedbab135ddc5d1d0 100644 (file)
@@ -6,8 +6,8 @@
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
-/* (C) 2002-2006 Ullrich von Bassewitz                                       */
-/*               Römerstrasse 52                                             */
+/* (C) 2002-2008 Ullrich von Bassewitz                                       */
+/*               Roemerstrasse 52                                            */
 /*               D-70794 Filderstadt                                         */
 /* EMail:        uz@cc65.org                                                 */
 /*                                                                           */
@@ -260,9 +260,7 @@ void TypeConversion (ExprDesc* Expr, Type* NewType)
 
 
 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. */
 {
     Type    NewType[MAXTYPELEN];
 
@@ -288,4 +286,4 @@ void TypeCast (ExprDesc* Expr)
 
 
 
-     
+
index 912cd16ecec0145620a52079cb22bff03dc24ab9..cab6fc0ec5518247620483baf279c9fdca93f9d8 100644 (file)
@@ -6,8 +6,8 @@
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
-/* (C) 2002-2006 Ullrich von Bassewitz                                       */
-/*               Römerstrasse 52                                             */
+/* (C) 2002-2008 Ullrich von Bassewitz                                       */
+/*               Roemerstrasse 52                                            */
 /*               D-70794 Filderstadt                                         */
 /* EMail:        uz@cc65.org                                                 */
 /*                                                                           */
@@ -56,9 +56,7 @@ void TypeConversion (ExprDesc* Expr, Type* NewType);
  */
 
 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. */