Reorder variables to take advangate of improved code generation.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5694 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
b916fae1cc
commit
4e0cbcf33f
1 changed files with 1 additions and 1 deletions
|
@ -14,8 +14,8 @@
|
|||
DIR* __fastcall__ opendir (register const char* name)
|
||||
{
|
||||
unsigned char buf[32];
|
||||
DIR d;
|
||||
DIR* dir = 0;
|
||||
DIR d;
|
||||
|
||||
/* Setup the actual file name that is sent to the disk. We accept "0:",
|
||||
* "1:" and "." as directory names.
|
||||
|
|
Loading…
Add table
Reference in a new issue