summaryrefslogtreecommitdiff
path: root/dtc-lexer.l
diff options
context:
space:
mode:
authorDavid Gibson <dgibson@sneetch.(none)>2005-07-11 13:53:13 +1000
committerDavid Gibson <dgibson@sneetch.(none)>2005-07-11 13:53:13 +1000
commit5a446b0cd89166897d272d37e702b5827e7b3431 (patch)
treeee5cb16c7039b288eb74ffe792136a9c6078edc8 /dtc-lexer.l
parentc5c437e25b13d906715b4c608c363195873a1726 (diff)
downloaddtc-5a446b0cd89166897d272d37e702b5827e7b3431.tar.gz
Add flex option to stop warning about unused yyunput().
Diffstat (limited to 'dtc-lexer.l')
-rw-r--r--dtc-lexer.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/dtc-lexer.l b/dtc-lexer.l
index 1a16cae..0f94dfc 100644
--- a/dtc-lexer.l
+++ b/dtc-lexer.l
@@ -18,7 +18,7 @@
* USA
*/
-%option noyywrap
+%option noyywrap nounput
%x CELLDATA
%x BYTESTRING