fix crash in win32 debug build

This commit is contained in:
Shane Caraveo 2003-03-22 21:22:40 +00:00
parent 26296130ad
commit 0a3ca34e87

View File

@ -124,6 +124,8 @@ void startup_scanner(TSRMLS_D)
{
CG(heredoc) = NULL;
CG(heredoc_len)=0;
CG(doc_comment) = NULL;
CG(doc_comment_len) = 0;
SCNG(yy_start_stack_ptr) = 0;
SCNG(yy_start_stack_depth) = 0;
}