Hi, I'd like to add to this bugreport that this redundant isatty() declaration moreover generates a compiler error when compiling with g++ -ansi -pedantic:
yylex.cc: At global scope: yylex.cc:1654: error: declaration of ‘int isatty(int)’ throws different exceptions /usr/include/unistd.h:795: error: from previous declaration ‘int isatty(int) throw ()’ so please consider applying the patch. Best regards, Jaap Eldering -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

