Oliver Schmidt updated the graphics drivers and part of the C library for the
Apple machines. git-svn-id: svn://svn.cc65.org/cc65/trunk@3816 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -43,9 +43,9 @@
|
||||
|
||||
|
||||
|
||||
struct dirent* __fastcall__ readdir (DIR* dir)
|
||||
struct dirent* __fastcall__ readdir (register DIR* dir)
|
||||
{
|
||||
unsigned char* entry;
|
||||
register unsigned char* entry;
|
||||
|
||||
/* Search for the next active directory entry */
|
||||
do {
|
||||
|
||||
Reference in New Issue
Block a user