X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=include%2Fcurses.tail;fp=include%2Fcurses.tail;h=d9f8a3dec59eded4b18b1b398b6ff062c56118a4;hp=66388e395dee51ad46c4001d919213fd800610ef;hb=027ae42953e3186daed8f3882da73de48291b606;hpb=55ccd2b959766810cf7db8d1c4462f338ce0afc8 diff --git a/include/curses.tail b/include/curses.tail index 66388e39..d9f8a3de 100644 --- a/include/curses.tail +++ b/include/curses.tail @@ -1,4 +1,8 @@ -/* $Id: curses.tail,v 1.12 2005/03/27 00:09:51 tom Exp $ */ +/* + * This file is part of ncurses, designed to be appended after curses.h.in + * (see that file for the relevant copyright). + */ +/* $Id: curses.tail,v 1.14 2006/05/27 16:28:29 tom Exp $ */ /* mouse interface */ @@ -148,10 +152,6 @@ extern NCURSES_EXPORT(void) trace (const unsigned int); #if defined(TRACE) || defined(NCURSES_TEST) extern NCURSES_EXPORT_VAR(int) _nc_optimize_enable; /* enable optimizations */ -#ifdef _XOPEN_SOURCE_EXTENDED -extern NCURSES_EXPORT(const char *) _nc_viswbuf(const wchar_t *); -extern NCURSES_EXPORT(const char *) _nc_viswibuf(const wint_t *); -#endif extern NCURSES_EXPORT(const char *) _nc_visbuf (const char *); #define OPTIMIZE_MVCUR 0x01 /* cursor movement optimization */ #define OPTIMIZE_HASHMAP 0x02 /* diff hashing to detect scrolls */ @@ -161,6 +161,8 @@ extern NCURSES_EXPORT(const char *) _nc_visbuf (const char *); #ifdef __cplusplus +#ifndef NCURSES_NOMACROS + /* these names conflict with STL */ #undef box #undef clear @@ -168,6 +170,8 @@ extern NCURSES_EXPORT(const char *) _nc_visbuf (const char *); #undef move #undef refresh +#endif /* NCURSES_NOMACROS */ + } #endif