# End Source File\r
# Begin Source File\r
\r
+SOURCE=.\zend_stream.c\r
+# End Source File\r
+# Begin Source File\r
+\r
SOURCE=.\zend_ts_hash.c\r
# End Source File\r
# Begin Source File\r
# End Source File\r
# Begin Source File\r
\r
+SOURCE=.\zend_stream.h\r
+# End Source File\r
+# Begin Source File\r
+\r
SOURCE=.\zend_ts_hash.h\r
# End Source File\r
# Begin Source File\r
#define YY_INPUT(buf, result, max_size) \
if ( ((result = zend_stream_read(yyin, buf, max_size TSRMLS_CC)) == 0) \
- && zend_stream_ferror( yyin ) ) \
+ && zend_stream_ferror( yyin TSRMLS_CC) ) \
YY_FATAL_ERROR( "input in flex scanner failed" );