X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=include%2Fcurses.h.in;h=0220752b935f3a90f531efca0ecc12f4d99d1a5c;hp=3fae546d8d816a1609f6dff1dc33b044b90ae2c7;hb=3ce2c58251fe1353768cc630103cdb12ecc8be0a;hpb=dc6f2587b13a5294926467a2375922b3c30d302b diff --git a/include/curses.h.in b/include/curses.h.in index 3fae546d..0220752b 100644 --- a/include/curses.h.in +++ b/include/curses.h.in @@ -32,7 +32,7 @@ * and: Thomas E. Dickey 1996-on * ****************************************************************************/ -/* $Id: curses.h.in,v 1.201 2009/05/23 21:31:35 tom Exp $ */ +/* $Id: curses.h.in,v 1.202 2009/06/13 21:44:51 tom Exp $ */ #ifndef __NCURSES_H #define __NCURSES_H @@ -110,13 +110,6 @@ #define NCURSES_REENTRANT @cf_cv_enable_reentrant@ #endif -/* - * For reentrant code, we map the various global variables into SCREEN by - * using functions to access them. - */ -#define NCURSES_PUBLIC_VAR(name) @NCURSES_WRAP_PREFIX@##name -#define NCURSES_WRAPPED_VAR(type,name) extern type NCURSES_PUBLIC_VAR(name)(void) - /* * The internal type used for window dimensions. */