mirror of
https://github.com/cc65/cc65.git
synced 2024-11-15 11:05:56 +00:00
Use macro actually defined in cbm_filetype.h.
This commit is contained in:
parent
59fed23824
commit
afcfba9355
@ -107,7 +107,7 @@ struct dirent {
|
||||
|
||||
#define _DE_ISREG(t) (((t) & _CBM_T_REG) != 0)
|
||||
#define _DE_ISDIR(t) ((t) == _CBM_T_DIR)
|
||||
#define _DE_ISLBL(t) ((t) == _CBM_T_HDR)
|
||||
#define _DE_ISLBL(t) ((t) == _CBM_T_HEADER)
|
||||
#define _DE_ISLNK(t) ((t) == _CBM_T_LNK)
|
||||
|
||||
#elif defined(__LYNX__)
|
||||
|
Loading…
Reference in New Issue
Block a user