From: uz Date: Tue, 5 Aug 2008 15:52:25 +0000 (+0000) Subject: Fixed a comment. X-Git-Tag: V2.13.0rc1~383 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d10f8525db361a2a5557730e7f09f9a6a37a3e0c;p=cc65 Fixed a comment. git-svn-id: svn://svn.cc65.org/cc65/trunk@3872 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/src/cc65/typeconv.c b/src/cc65/typeconv.c index 104e2d9bf..7ef1e63ee 100644 --- a/src/cc65/typeconv.c +++ b/src/cc65/typeconv.c @@ -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) - + diff --git a/src/cc65/typeconv.h b/src/cc65/typeconv.h index 912cd16ec..cab6fc0ec 100644 --- a/src/cc65/typeconv.h +++ b/src/cc65/typeconv.h @@ -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. */