Do not mix long and int

This commit is contained in:
Bob Weinand 2013-11-24 22:36:39 +01:00
parent ce05e41c14
commit cc51537e5e
2 changed files with 2 additions and 2 deletions

View file

@ -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;
/* }}} */