diff options
author | krakjoe <joe.watkins@live.co.uk> | 2013-11-26 16:02:39 +0000 |
---|---|---|
committer | krakjoe <joe.watkins@live.co.uk> | 2013-11-26 16:02:39 +0000 |
commit | f8e7685975da5357bbe3e297377d7a8a0340acda (patch) | |
tree | e3ced1e7f0feb15abbd41f8b23ab93b1a77a3fd6 /phpdbg_help.c | |
parent | 969e659c4abb128017919f327aa127db36f49796 (diff) | |
download | php-git-f8e7685975da5357bbe3e297377d7a8a0340acda.tar.gz |
fix #28
Diffstat (limited to 'phpdbg_help.c')
-rw-r--r-- | phpdbg_help.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpdbg_help.c b/phpdbg_help.c index b6bc28cb66..eaf5f649d8 100644 --- a/phpdbg_help.c +++ b/phpdbg_help.c @@ -458,6 +458,7 @@ PHPDBG_HELP(set) /* {{{ */ ++set_command; } } +#ifndef _WIN32 phpdbg_notice("Colors"); { const phpdbg_color_t *color = phpdbg_get_colors(TSRMLS_C); @@ -479,6 +480,7 @@ PHPDBG_HELP(set) /* {{{ */ } } phpdbg_writeln("The <element> for set color can be \"prompt\", \"notice\", or \"error\""); +#endif phpdbg_help_footer(); return SUCCESS; } /* }}} */ |