Move definitions for CBM file types into its own header file, since these

definitions are needed for file type macros in dirent.h. Unify names for the
include files.


git-svn-id: svn://svn.cc65.org/cc65/trunk@5735 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2012-06-24 13:52:06 +00:00
parent 87d19de33f
commit 5bc67cdaee
5 changed files with 111 additions and 23 deletions

View File

@@ -57,7 +57,7 @@ S_OBJS = c_acptr.o \
c_unlsn.o \
c_untlk.o \
cbm_close.o \
cbm_ftype.o \
cbm_filetype.o \
cbm_open.o \
cbm_read.o \
cbm_write.o \

View File

@@ -5,7 +5,7 @@
; unsigned char __fastcall__ _cbm_filetype (unsigned char c);
;
.include "cbm_ftype.inc"
.include "cbm_filetype.inc"
.macpack generic