cuz b4326d1930 Place all declarations that are local to a function into the local function
scope. Apart from some other advantages, this works around a bug where having
an external identifier in global scope and using an "extern" declaration for
exactly the same identifier in a function did not work, because the assembler
refused to export and import one and the same identifier. Since the import
now imports into local scope, both identifiers are distinct for the assembler
and the (valid) C code works.


git-svn-id: svn://svn.cc65.org/cc65/trunk@1424 b7a2c559-68d2-44c3-8de9-860c34a00d81
2002-10-02 13:00:04 +00:00
2002-07-07 11:12:41 +00:00
2002-09-27 06:59:33 +00:00
2002-09-30 21:38:07 +00:00
2002-07-18 13:38:40 +00:00
2000-10-14 17:53:26 +00:00
Description
No description provided
34 MiB
Languages
C 62.7%
Assembly 35.3%
Makefile 0.7%
PHP 0.6%
Perl 0.3%
Other 0.3%