From fa43bc3c156cf59da0f16f6b51a031cade49f634 Mon Sep 17 00:00:00 2001 From: William McBrine Date: Fri, 10 Feb 2006 19:28:50 +0000 Subject: [PATCH] #warning doesn't work in old Borland... hmpf. --- term.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/term.h b/term.h index 06b6926e..826ba6af 100644 --- a/term.h +++ b/term.h @@ -16,15 +16,13 @@ * See the file maintain.er for details of the current maintainer. **************************************************************************/ -/* $Id: term.h,v 1.6 2006/02/10 17:41:34 wmcbrine Exp $ */ +/* $Id: term.h,v 1.7 2006/02/10 19:28:50 wmcbrine Exp $ */ /* PDCurses doesn't operate with terminfo, but we need these functions for compatibility, to allow some things (notably, interface libraries for other languages) to be compiled. Anyone who tries to actually _use_ them will be disappointed, since they only return ERR. */ -#warning Terminfo/termcap functions don't really work in PDCurses. - #include #if defined(__cplusplus) || defined(__cplusplus__) || defined(__CPLUSPLUS)