mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
11 lines
506 B
Text
11 lines
506 B
Text
--- OpenFTS/flexparser.l.orig 2010-05-23 01:15:15.558693826 +0900
|
|
+++ OpenFTS/flexparser.l 2010-05-23 01:15:51.544638807 +0900
|
|
@@ -15,7 +15,7 @@
|
|
|
|
/* redefine macro for read limited length */
|
|
#define YY_INPUT(buf,result,max_size) \
|
|
- if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) { \
|
|
+ if ( yy_current_buffer->yy_is_interactive ) { \
|
|
int c = '*', n; \
|
|
for ( n = 0; n < max_size && \
|
|
(c = getc( fts_yyin )) != EOF && c != '\n'; ++n ) \
|