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

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since def3913 was fd5b1fe, checked in by Jim Gifford <clfs@…>, 19 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
RevLine 
[fd5b1fe]1Submitted By: Ryan Oliver <ryan.oliver@pha.com.au>
2Date: 2005-06-23
3Initial Package Version: 2.2.11
4Upstream Status: Unknown
5Origin: Self Created
6Description:
7 fix flex issues with yy_flush_buffer
8
9--- unixODBC-2.2.11-orig/sqp/lex.l 2001-10-18 02:40:32.000000000 +1000
10+++ unixODBC-2.2.11/sqp/lex.l 2005-06-23 20:45:40.000000000 +1000
11@@ -237,7 +237,7 @@
12 {
13 sprintf( g_szError, "%s processing '%s' on line %d", s, yytext, g_nLineNo );
14
15- YY_FLUSH_BUFFER;
16+ yy_flush_buffer(YY_CURRENT_BUFFER);
17 }
18
19 /**********************************************************************
Note: See TracBrowser for help on using the repository browser.