#warning doesn't work in old Borland... hmpf.

This commit is contained in:
William McBrine
2006-02-10 19:28:50 +00:00
parent af01c1dd02
commit fa43bc3c15

4
term.h
View File

@@ -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 <curses.h>
#if defined(__cplusplus) || defined(__cplusplus__) || defined(__CPLUSPLUS)