Merge lp:~linuxjedi/drizzle/trunk-fix-bison into lp:drizzle

Proposed by Andrew Hutchings
Status: Merged
Merge reported by: Brian Aker
Merged at revision: not available
Proposed branch: lp:~linuxjedi/drizzle/trunk-fix-bison
Merge into: lp:drizzle
Diff against target: 11 lines (+1/-0)
1 file modified
drizzled/execute/scanner.l (+1/-0)
To merge this branch: bzr merge lp:~linuxjedi/drizzle/trunk-fix-bison
Reviewer Review Type Date Requested Status
Drizzle Trunk Pending
Review via email: mp+102981@code.launchpad.net

Description of the change

Fixes Drizzle for Bison 2.5

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'drizzled/execute/scanner.l'
2--- drizzled/execute/scanner.l 2011-10-06 20:27:18 +0000
3+++ drizzled/execute/scanner.l 2012-04-21 20:13:19 +0000
4@@ -116,6 +116,7 @@
5 %option perf-report
6 %option prefix="execute_"
7 %option reentrant
8+%option never-interactive
9 %%
10
11 {UTF8_BYTE_ORDER_MARK} { /* Byte Order Mark */ }

Subscribers

People subscribed via source and target branches