From: Bill Chatfield Date: Fri, 28 Jul 2017 16:09:58 +0000 (-0400) Subject: Moved file type variables to apple2_filetype.h X-Git-Tag: V2.17~112^2~2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=abb2e8034b4ead55364f75938ae894826339f54e;p=cc65 Moved file type variables to apple2_filetype.h --- diff --git a/include/apple2.h b/include/apple2.h index a2150c173..e73023693 100644 --- a/include/apple2.h +++ b/include/apple2.h @@ -137,11 +137,9 @@ extern unsigned char _dos_type; /* The file stream implementation and the POSIX I/O functions will use the -** following variables to determine the file type, aux type and creation time -** stamp to use. +** following struct to set the date and time stamp on files. This specificially +** applies to the open and fopen functions. */ -extern unsigned char _filetype; /* Default: 6 */ -extern unsigned int _auxtype; /* Default: 0 */ extern struct { struct { unsigned day :5;