summaryrefslogtreecommitdiffstats
path: root/edify/lexer.ll
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2017-08-31 02:11:45 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-08-31 02:11:45 +0200
commite779083f595d7b9c94d7bc01ed346b630c437e05 (patch)
tree9d0f4ced7a453de77e7431def808e61f8138deed /edify/lexer.ll
parentImport translations. DO NOT MERGE am: c16d222593 -s ours (diff)
parentMerge "Turn on -Wall for libedify" am: deb5de0bc1 am: 365059c61b (diff)
downloadandroid_bootable_recovery-e779083f595d7b9c94d7bc01ed346b630c437e05.tar
android_bootable_recovery-e779083f595d7b9c94d7bc01ed346b630c437e05.tar.gz
android_bootable_recovery-e779083f595d7b9c94d7bc01ed346b630c437e05.tar.bz2
android_bootable_recovery-e779083f595d7b9c94d7bc01ed346b630c437e05.tar.lz
android_bootable_recovery-e779083f595d7b9c94d7bc01ed346b630c437e05.tar.xz
android_bootable_recovery-e779083f595d7b9c94d7bc01ed346b630c437e05.tar.zst
android_bootable_recovery-e779083f595d7b9c94d7bc01ed346b630c437e05.zip
Diffstat (limited to 'edify/lexer.ll')
-rw-r--r--edify/lexer.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/edify/lexer.ll b/edify/lexer.ll
index b764d1699..cb4594371 100644
--- a/edify/lexer.ll
+++ b/edify/lexer.ll
@@ -35,6 +35,8 @@ std::string string_buffer;
%x STR
+%option noinput
+%option nounput
%option noyywrap
%%