summaryrefslogtreecommitdiff
path: root/ext/ncurses/ncurses.c
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2007-04-11 22:19:11 +0000
committerIlia Alshanetsky <iliaa@php.net>2007-04-11 22:19:11 +0000
commit9ba1328702ad7db21014cd53202c72b6dd91a0b6 (patch)
tree2abd347ed318960ac833e62bec3bf3195643b1a6 /ext/ncurses/ncurses.c
parentebdffa5ed9f04859c115869f3f06af2af41c149e (diff)
downloadphp-git-9ba1328702ad7db21014cd53202c72b6dd91a0b6.tar.gz
Don't define KEY_END twice
Diffstat (limited to 'ext/ncurses/ncurses.c')
-rw-r--r--ext/ncurses/ncurses.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/ncurses/ncurses.c b/ext/ncurses/ncurses.c
index 3ae3fa45ac..a4e7c51b53 100644
--- a/ext/ncurses/ncurses.c
+++ b/ext/ncurses/ncurses.c
@@ -151,7 +151,6 @@ PHP_MINIT_FUNCTION(ncurses)
PHP_NCURSES_CONST(KEY_COMMAND);
PHP_NCURSES_CONST(KEY_COPY);
PHP_NCURSES_CONST(KEY_CREATE);
- PHP_NCURSES_CONST(KEY_END);
PHP_NCURSES_CONST(KEY_EXIT);
PHP_NCURSES_CONST(KEY_FIND);
PHP_NCURSES_CONST(KEY_HELP);