* tracepoint.c (ISATTY): Removed.

This commit is contained in:
Mark Kettenis
2002-12-28 23:22:21 +00:00
parent 8a4efc1ab7
commit 6f2ecac5d9
2 changed files with 4 additions and 6 deletions

View 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: