summaryrefslogtreecommitdiffstats
path: root/usr.bin/ee/new_curse.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/ee/new_curse.h')
-rw-r--r--usr.bin/ee/new_curse.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ee/new_curse.h b/usr.bin/ee/new_curse.h
index bc46e5b..86a8574 100644
--- a/usr.bin/ee/new_curse.h
+++ b/usr.bin/ee/new_curse.h
@@ -175,7 +175,6 @@ typedef struct WIND {
int scroll_down;
int SCROLL_CLEAR; /* indicates that window has been scrolled or cleared */
struct _line *first_line;
- struct _line **line_array;
} WINDOW;
extern WINDOW *curscr;
@@ -183,7 +182,7 @@ extern WINDOW *stdscr;
extern int LINES, COLS;
-#if defined(__STDC__) || defined(__cplusplus)
+#if __STDC__ || defined(__cplusplus)
#define P_(s) s
#else
#define P_(s) ()
OpenPOWER on IntegriCloud