ENH: Another attempt to fix OSF warnings. Also removed TABS.

This commit is contained in:
Brad King 2002-10-16 10:53:12 -04:00
parent eda89848be
commit a465ee3c6b

View File

@ -45,8 +45,7 @@ MODULE_ID("$Id$")
/* These declarations are missing from curses.h on some platforms. */ /* These declarations are missing from curses.h on some platforms. */
extern int winnstr(WINDOW *, char *, int); extern int winnstr(WINDOW *, char *, int);
#if defined(__DECCXX_VER)
#if 0
extern int waddnstr(WINDOW *,const char *const,int); extern int waddnstr(WINDOW *,const char *const,int);
extern void wbkgdset(WINDOW *,chtype); extern void wbkgdset(WINDOW *,chtype);
#ifndef untouchwin #ifndef untouchwin