------- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-21 11:57 ------- #ifndef NL_TEXTMAX #define NL_TEXTMAX 8192 #endif #define MAXLINELEN NL_TEXTMAX
char line [MAXLINELEN]; Someone should fix the source not to do this. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18096