Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
2763a983
Commit
2763a983
authored
Oct 01, 2012
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mark all lexers as never-interactive.
parent
5db9abaf
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
asmshader.l
dlls/d3dcompiler_43/asmshader.l
+1
-1
hlsl.l
dlls/d3dcompiler_43/hlsl.l
+1
-1
xslpattern.l
dlls/msxml3/xslpattern.l
+1
-1
debug.l
programs/winedbg/debug.l
+1
-1
macro.lex.l
programs/winhlp32/macro.lex.l
+1
-1
No files found.
dlls/d3dcompiler_43/asmshader.l
View file @
2763a983
...
...
@@ -32,7 +32,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(asmshader);
%option noyywrap
%option prefix="asmshader_"
%option noinput nounput
%option noinput nounput
never-interactive
/* Swizzles and writemasks consist of a dot and up to 4 x, y, z or w characters,
* or up to 4 a, r, g, b characters. There are different rules for swizzles and
...
...
dlls/d3dcompiler_43/hlsl.l
View file @
2763a983
...
...
@@ -39,7 +39,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(hlsl_parser);
%}
%option noyywrap nounput noinput
%option noyywrap nounput noinput
never-interactive
%option prefix="hlsl_"
%x pp pp_line pp_pragma pp_ignore
...
...
dlls/msxml3/xslpattern.l
View file @
2763a983
...
...
@@ -58,7 +58,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(msxml);
%option reentrant bison-bridge
%option noyywrap
%option prefix="xslpattern_"
%option noinput nounput
%option noinput nounput
never-interactive
/* From the w3c XML standard
* <http://www.w3.org/TR/REC-xml/> */
...
...
programs/winedbg/debug.l
View file @
2763a983
...
...
@@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
%option noinput nounput interactive 8bit prefix="dbg_"
%option noinput nounput
never-
interactive 8bit prefix="dbg_"
%{
#include "config.h"
...
...
programs/winhlp32/macro.lex.l
View file @
2763a983
...
...
@@ -20,7 +20,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
%}
%option noinput nounput interactive 8bit
%option noinput nounput
never-
interactive 8bit
%x quote
%{
#include "config.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment