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 */
|
/* (C) 2002-2008 Ullrich von Bassewitz */
|
||||||
/* Römerstrasse 52 */
|
/* Roemerstrasse 52 */
|
||||||
/* D-70794 Filderstadt */
|
/* D-70794 Filderstadt */
|
||||||
/* EMail: uz@cc65.org */
|
/* EMail: uz@cc65.org */
|
||||||
/* */
|
/* */
|
||||||
|
@ -260,9 +260,7 @@ void TypeConversion (ExprDesc* Expr, Type* NewType)
|
||||||
|
|
||||||
|
|
||||||
void TypeCast (ExprDesc* Expr)
|
void TypeCast (ExprDesc* Expr)
|
||||||
/* Handle an explicit cast. The function returns true if the resulting
|
/* Handle an explicit cast. */
|
||||||
* expression is an lvalue and false if not.
|
|
||||||
*/
|
|
||||||
{
|
{
|
||||||
Type NewType[MAXTYPELEN];
|
Type NewType[MAXTYPELEN];
|
||||||
|
|
||||||
|
|
|
@ -6,8 +6,8 @@
|
||||||
/* */
|
/* */
|
||||||
/* */
|
/* */
|
||||||
/* */
|
/* */
|
||||||
/* (C) 2002-2006 Ullrich von Bassewitz */
|
/* (C) 2002-2008 Ullrich von Bassewitz */
|
||||||
/* Römerstrasse 52 */
|
/* Roemerstrasse 52 */
|
||||||
/* D-70794 Filderstadt */
|
/* D-70794 Filderstadt */
|
||||||
/* EMail: uz@cc65.org */
|
/* EMail: uz@cc65.org */
|
||||||
/* */
|
/* */
|
||||||
|
@ -56,9 +56,7 @@ void TypeConversion (ExprDesc* Expr, Type* NewType);
|
||||||
*/
|
*/
|
||||||
|
|
||||||
void TypeCast (ExprDesc* Expr);
|
void TypeCast (ExprDesc* Expr);
|
||||||
/* Handle an explicit cast. The function returns true if the resulting
|
/* Handle an explicit cast. */
|
||||||
* expression is an lvalue and false if not.
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue