diff options
author | Scott MacVicar <scottmac@php.net> | 2008-04-09 20:50:58 +0000 |
---|---|---|
committer | Scott MacVicar <scottmac@php.net> | 2008-04-09 20:50:58 +0000 |
commit | 6f20cea6d80064974f0b925a6fb3a0ac5f951c89 (patch) | |
tree | 9d5e330516f19f7ef0b0294e89c1e01ee4f5aa86 /Zend/zend_globals.h | |
parent | 54b70b6015addfa36b8d28b26db2b40b982c2546 (diff) | |
download | php-git-6f20cea6d80064974f0b925a6fb3a0ac5f951c89.tar.gz |
Fixes to heredoc and cleanup of new re2c scanner. (Patch by Matt Wilmas)
Diffstat (limited to 'Zend/zend_globals.h')
-rw-r--r-- | Zend/zend_globals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_globals.h b/Zend/zend_globals.h index d8088a68cc..6578a7e821 100644 --- a/Zend/zend_globals.h +++ b/Zend/zend_globals.h @@ -84,7 +84,7 @@ struct _zend_compiler_globals { char *compiled_filename; int zend_lineno; - int comment_start_line; + char *heredoc; int heredoc_len; |