# HG changeset patch # User John W. Eaton # Date 1325871787 18000 # Node ID f4b5a2f899d38e4c9406cd7aa4b67d24270a4341 # Parent ebcb0f83698f976ef91de40e1cc09cb1c29bf451 check in change accidentally omitted from previuos changeset * lex.ll: Define isatty to use gnulib namespace. diff -r ebcb0f83698f -r f4b5a2f899d3 src/lex.ll --- a/src/lex.ll Fri Jan 06 12:39:49 2012 -0500 +++ b/src/lex.ll Fri Jan 06 12:43:07 2012 -0500 @@ -83,6 +83,7 @@ // via the gnulib namespace. #define fprintf GNULIB_NAMESPACE::fprintf #define fwrite GNULIB_NAMESPACE::fwrite +#define isatty GNULIB_NAMESPACE::isatty #define malloc GNULIB_NAMESPACE::malloc #define realloc GNULIB_NAMESPACE::realloc #endif