This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/23065] MAXPATHLEN usage in fortran/{scanner,module}.c


------- Additional Comments From kargl at gcc dot gnu dot org  2005-07-25 21:41 -------
So, GNU does not follow IEEE Std 1003.1, 2004?

gfortran.h contains

#include <limits.h>
#ifndef PATH_MAX               /* This is defined in a IEEE Std 1003.1, 2004 */
# include <sys/param.h>
# define PATH_MAX MAXPATHLEN
#endif


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23065


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]