diff options
Diffstat (limited to 'phpdbg_watch.h')
-rw-r--r-- | phpdbg_watch.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpdbg_watch.h b/phpdbg_watch.h index 7c3a160034..d00bcff77e 100644 --- a/phpdbg_watch.h +++ b/phpdbg_watch.h @@ -56,8 +56,8 @@ typedef enum { } phpdbg_watchtype; -#define PHPDBG_WATCH_SIMPLE 0 -#define PHPDBG_WATCH_RECURSIVE 1 +#define PHPDBG_WATCH_SIMPLE 0x0 +#define PHPDBG_WATCH_RECURSIVE 0x1 typedef struct _phpdbg_watchpoint_t phpdbg_watchpoint_t; |