* tracepoint.c (ISATTY): Removed.
authorMark Kettenis <kettenis@gnu.org>
Sat, 28 Dec 2002 23:22:21 +0000 (23:22 +0000)
committerMark Kettenis <kettenis@gnu.org>
Sat, 28 Dec 2002 23:22:21 +0000 (23:22 +0000)
gdb/ChangeLog
gdb/tracepoint.c

index ff9fe5c..757ba7a 100644 (file)
@@ -1,3 +1,7 @@
+2002-12-29  Mark Kettenis  <kettenis@gnu.org>
+
+       * tracepoint.c (ISATTY): Removed.
+
 2002-12-26  J. Brobecker  <brobecker@gnat.com>
 
        Continuing work to convert the hppa targets to multiarch partil.
index e8cf569..cd1c752 100644 (file)
@@ -74,12 +74,6 @@ extern int addressprint;     /* Print machine addresses? */
 
 extern void output_command (char *, int);
 
-/* If this definition isn't overridden by the header files, assume
-   that isatty and fileno exist on this system.  */
-#ifndef ISATTY
-#define ISATTY(FP)     (isatty (fileno (FP)))
-#endif
-
 /* 
    Tracepoint.c: