1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 23:29:39 +00:00

FILENAME_MAX for the apple2

git-svn-id: svn://svn.cc65.org/cc65/trunk@3459 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2005-04-14 23:06:39 +00:00
parent 6170017f07
commit b90ba30920

View File

@ -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