1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-03 06:29:36 +00:00

Fixed a comment.

git-svn-id: svn://svn.cc65.org/cc65/trunk@3872 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz 2008-08-05 15:52:25 +00:00
parent e401b035b6
commit d10f8525db
2 changed files with 7 additions and 11 deletions

View 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)

View 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. */