diff options
Diffstat (limited to 'phpdbg_cmd.h')
-rw-r--r-- | phpdbg_cmd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpdbg_cmd.h b/phpdbg_cmd.h index 1205437253..2c1822e32f 100644 --- a/phpdbg_cmd.h +++ b/phpdbg_cmd.h @@ -87,7 +87,7 @@ struct _phpdbg_command_t { #define PHPDBG_EX(v) (EG(current_execute_data)->v) typedef struct { - long num; + int num; zend_execute_data *execute_data; } phpdbg_frame_t; /* }}} */ |