diff src/lex.ll @ 14161:f4b5a2f899d3 stable

check in change accidentally omitted from previuos changeset * lex.ll: Define isatty to use gnulib namespace.
author John W. Eaton <jwe@octave.org>
date Fri, 06 Jan 2012 12:43:07 -0500
parents 72c96de7a403
children d1810b2ca809 d174210ce1ec
line wrap: on
line diff
--- 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