]> git.sur5r.net Git - cc65/commitdiff
This is C, not 6502 ;-))
authorol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 3 Jul 2012 20:00:01 +0000 (20:00 +0000)
committerol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 3 Jul 2012 20:00:01 +0000 (20:00 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@5758 b7a2c559-68d2-44c3-8de9-860c34a00d81

include/dirent.h

index 3e75c7c21175be3d27e8bdcfb5ec6a7f86a252c4..857aad4db1e7b6291f7aa0792a5fed713ad2f264 100644 (file)
@@ -73,8 +73,8 @@ struct dirent {
     }             d_mtime;
 };
 
-#define _DE_ISREG(t)  ((t) != $0F)
-#define _DE_ISDIR(t)  ((t) == $0F)
+#define _DE_ISREG(t)  ((t) != 0x0F)
+#define _DE_ISDIR(t)  ((t) == 0x0F)
 #define _DE_ISLBL(t)  (0)
 #define _DE_ISLNK(t)  (0)