From abb2e8034b4ead55364f75938ae894826339f54e Mon Sep 17 00:00:00 2001 From: Bill Chatfield Date: Fri, 28 Jul 2017 12:09:58 -0400 Subject: [PATCH] Moved file type variables to apple2_filetype.h --- include/apple2.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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;