diff options
| author | Ilia Alshanetsky <iliaa@php.net> | 2007-04-11 22:19:11 +0000 |
|---|---|---|
| committer | Ilia Alshanetsky <iliaa@php.net> | 2007-04-11 22:19:11 +0000 |
| commit | 9ba1328702ad7db21014cd53202c72b6dd91a0b6 (patch) | |
| tree | 2abd347ed318960ac833e62bec3bf3195643b1a6 /ext/ncurses/ncurses.c | |
| parent | ebdffa5ed9f04859c115869f3f06af2af41c149e (diff) | |
| download | php-git-9ba1328702ad7db21014cd53202c72b6dd91a0b6.tar.gz | |
Don't define KEY_END twice
Diffstat (limited to 'ext/ncurses/ncurses.c')
| -rw-r--r-- | ext/ncurses/ncurses.c | 1 |
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); |
