source: scripts/untested/blfs-patches/unixODBC-2.2.11-flex_fixes.patch @ fd5b1fe

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since fd5b1fe was fd5b1fe, checked in by Jim Gifford <clfs@…>, 18 years ago

r588@server (orig r586): ryan | 2005-08-05 22:47:43 -0700
Add pile of new patches for blfs packages



  • Property mode set to 100644
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  
    237237{
    238238        sprintf( g_szError, "%s processing '%s' on line %d", s, yytext, g_nLineNo );
    239239       
    240         YY_FLUSH_BUFFER;
     240        yy_flush_buffer(YY_CURRENT_BUFFER);
    241241}
    242242
    243243/**********************************************************************
Note: See TracBrowser for help on using the repository browser.