mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
Do not mix long and int
This commit is contained in:
parent
ce05e41c14
commit
cc51537e5e
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
/* }}} */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue