From: cuz Date: Thu, 14 Apr 2005 23:06:39 +0000 (+0000) Subject: FILENAME_MAX for the apple2 X-Git-Tag: V2.12.0~382 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b90ba30920374d7e80673329bb3c50b12eed1d03;p=cc65 FILENAME_MAX for the apple2 git-svn-id: svn://svn.cc65.org/cc65/trunk@3459 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/include/stdio.h b/include/stdio.h index dcc5585bd..771c4193b 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -6,7 +6,7 @@ /* */ /* */ /* */ -/* (C) 1998-2004 Ullrich von Bassewitz */ +/* (C) 1998-2005 Ullrich von Bassewitz */ /* Römerstraße 52 */ /* D-70794 Filderstadt */ /* EMail: uz@cc65.org */ @@ -69,7 +69,9 @@ extern FILE* stderr; #define TMP_MAX 256 /* Standard defines that are platform dependent */ -#if defined(__ATARI__) +#if defined(__APPLE2__) || defined(__APPLE2ENH__) +# define FILENAME_MAX 64 +#elif defined(__ATARI__) # define FILENAME_MAX 12 #elif defined(__LUNIX__) # define FILENAME_MAX 80