source:
scripts/untested/blfs-patches/unixODBC-2.2.11-flex_fixes.patch@
def3913
Last change on this file since def3913 was fd5b1fe, checked in by , 19 years ago | |
---|---|
|
|
File size: 577 bytes |
-
unixODBC-2.2.
Submitted By: Ryan Oliver <ryan.oliver@pha.com.au> Date: 2005-06-23 Initial Package Version: 2.2.11 Upstream Status: Unknown Origin: Self Created Description: fix flex issues with yy_flush_buffer
old new 237 237 { 238 238 sprintf( g_szError, "%s processing '%s' on line %d", s, yytext, g_nLineNo ); 239 239 240 YY_FLUSH_BUFFER;240 yy_flush_buffer(YY_CURRENT_BUFFER); 241 241 } 242 242 243 243 /**********************************************************************
Note:
See TracBrowser
for help on using the repository browser.