diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2015-07-20 23:25:50 +0200 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2015-07-20 23:26:45 +0200 |
commit | 80bb4fd45a18d5f9ca1da40bbae7732be9730b17 (patch) | |
tree | 244c0338fb75a2d015c13baa26658f9dac2fcd81 /sapi/phpdbg/phpdbg_lexer.h | |
parent | 94fb5391e77d22046569eafddf061b29cec07c88 (diff) | |
download | php-git-80bb4fd45a18d5f9ca1da40bbae7732be9730b17.tar.gz |
Fix various Windows issues (e.g. dir separators)
Diffstat (limited to 'sapi/phpdbg/phpdbg_lexer.h')
-rw-r--r-- | sapi/phpdbg/phpdbg_lexer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/phpdbg/phpdbg_lexer.h b/sapi/phpdbg/phpdbg_lexer.h index 89ef7668e5..f9b75b95bf 100644 --- a/sapi/phpdbg/phpdbg_lexer.h +++ b/sapi/phpdbg/phpdbg_lexer.h @@ -28,6 +28,7 @@ typedef struct { unsigned char *text; unsigned char *cursor; unsigned char *marker; + unsigned char *ctxmarker; int state; } phpdbg_lexer_data; |