changeset 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 ebcb0f83698f
children 969532305835 55d41048ea68
files src/lex.ll
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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