Fixed the address

git-svn-id: svn://svn.cc65.org/cc65/trunk@1913 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2003-02-01 12:38:43 +00:00
parent 581c12ce40
commit 7a1a7745eb

View File

@@ -7,7 +7,7 @@
/* */ /* */
/* */ /* */
/* (C) 2000-2003 Ullrich von Bassewitz */ /* (C) 2000-2003 Ullrich von Bassewitz */
/* Roemerstrasse 52 */ /* R<EFBFBD>merstrasse 52 */
/* D-70794 Filderstadt */ /* D-70794 Filderstadt */
/* EMail: uz@cc65.org */ /* EMail: uz@cc65.org */
/* */ /* */
@@ -453,8 +453,8 @@ void DeclareLocals (void)
/* Check variable declarations. We need to distinguish between a /* Check variable declarations. We need to distinguish between a
* default int type and the end of variable declarations. So we * default int type and the end of variable declarations. So we
* will do the following: If there is no explicit storage class * will do the following: If there is no explicit storage class
* specifier *and* no explicit type given, *and* no type qualifiers * specifier *and* no explicit type given, *and* no type qualifiers
* have been read, it is assumed that we have reached the end of * have been read, it is assumed that we have reached the end of
* declarations. * declarations.
*/ */
DeclSpec Spec; DeclSpec Spec;