stdio.inc,stdio.h: increase CBM PATH_MAX/FILENAME_MAX value to 256+1
This commit is contained in:
committed by
Oliver Schmidt
parent
9a523abbfb
commit
ae9101961e
@@ -68,6 +68,8 @@
|
||||
# define PATH_MAX (64+1)
|
||||
#elif defined(__ATARI__)
|
||||
# define PATH_MAX (63+1)
|
||||
#elif defined(__CBM__)
|
||||
# define PATH_MAX (256+1)
|
||||
#elif defined(__LUNIX__)
|
||||
# define PATH_MAX (80+1)
|
||||
#elif defined(__TELESTRAT__)
|
||||
|
||||
Reference in New Issue
Block a user