diff options
author | Nikita Popov <nikic@php.net> | 2016-03-03 16:50:47 +0100 |
---|---|---|
committer | Nikita Popov <nikic@php.net> | 2016-03-03 16:50:47 +0100 |
commit | f57c0b324912ae3fce7940b836e35ca368cbd0ad (patch) | |
tree | f744fb9c7b2966fa5feb795ce3531ea0a873ddde /sapi/phpdbg/phpdbg_prompt.c | |
parent | a9a26100b4d77a0a556dd50e44b265bfdec5bdde (diff) | |
parent | 1ac152938cfe40e98b7b3c8cf403abb113266cfa (diff) | |
download | php-git-f57c0b324912ae3fce7940b836e35ca368cbd0ad.tar.gz |
Merge branch 'PHP-7.0'
Diffstat (limited to 'sapi/phpdbg/phpdbg_prompt.c')
-rw-r--r-- | sapi/phpdbg/phpdbg_prompt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/phpdbg/phpdbg_prompt.c b/sapi/phpdbg/phpdbg_prompt.c index 8a4bd3a3ac..ac86c15629 100644 --- a/sapi/phpdbg/phpdbg_prompt.c +++ b/sapi/phpdbg/phpdbg_prompt.c @@ -48,7 +48,7 @@ #error "phpdbg can only be built with CALL zend vm kind" #endif -ZEND_EXTERN_MODULE_GLOBALS(phpdbg); +ZEND_EXTERN_MODULE_GLOBALS(phpdbg) extern int phpdbg_startup_run; #ifdef HAVE_LIBDL |