mirror of
https://github.com/cc65/cc65.git
synced 2025-01-10 19:29:45 +00:00
Minor adjustment to Apple II coding style (two spaces for macro definitions).
git-svn-id: svn://svn.cc65.org/cc65/trunk@5739 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
15546f8880
commit
1bafd55557
@ -73,10 +73,10 @@ struct dirent {
|
||||
} d_mtime;
|
||||
};
|
||||
|
||||
#define _DE_ISREG(t) ((t) != $0F)
|
||||
#define _DE_ISDIR(t) ((t) == $0F)
|
||||
#define _DE_ISLBL(t) (0)
|
||||
#define _DE_ISLNK(t) (0)
|
||||
#define _DE_ISREG(t) ((t) != $0F)
|
||||
#define _DE_ISDIR(t) ((t) == $0F)
|
||||
#define _DE_ISLBL(t) (0)
|
||||
#define _DE_ISLNK(t) (0)
|
||||
|
||||
#elif defined(__ATARI__)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user