From 80bb4fd45a18d5f9ca1da40bbae7732be9730b17 Mon Sep 17 00:00:00 2001 From: Bob Weinand Date: Mon, 20 Jul 2015 23:25:50 +0200 Subject: Fix various Windows issues (e.g. dir separators) --- sapi/phpdbg/phpdbg_lexer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sapi/phpdbg/phpdbg_lexer.h') 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; -- cgit v1.2.1