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:
@@ -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 \
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
; unsigned char __fastcall__ _cbm_filetype (unsigned char c);
|
||||
;
|
||||
|
||||
.include "cbm_ftype.inc"
|
||||
.include "cbm_filetype.inc"
|
||||
|
||||
.macpack generic
|
||||
|
||||
Reference in New Issue
Block a user