# HG changeset patch # User Richard M. Stallman # Date 830548577 0 # Node ID 77e6de616e58bed3e19498daf4cebe3ae898ce15 # Parent a18e7d41286a93d6a6928f756e93007dc83f8d24 (FRAME_TERMCAP_P) [WINDOWSNT && !HAVE_NTGUI]: Remove conditional for HAVE_NTGUI. diff -r a18e7d41286a -r 77e6de616e58 src/term.c --- a/src/term.c Fri Apr 26 19:55:52 1996 +0000 +++ b/src/term.c Fri Apr 26 19:56:17 1996 +0000 @@ -298,7 +298,6 @@ #ifdef WINDOWSNT -#ifndef HAVE_NTGUI /* We aren't X windows, but we aren't termcap either. This makes me uncertain as to what value to use for frame.output_method. For this file, we'll define FRAME_TERMCAP_P to be zero so that our @@ -307,7 +306,6 @@ #undef FRAME_TERMCAP_P #define FRAME_TERMCAP_P(_f_) 0 -#endif /* not HAVE_NTGUI */ #endif /* WINDOWSNT */ ring_bell ()