Fixed a comment.
git-svn-id: svn://svn.cc65.org/cc65/trunk@3872 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
e401b035b6
commit
d10f8525db
2 changed files with 7 additions and 11 deletions
|
@ -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)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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. */
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue