We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 978848f commit 1533c97Copy full SHA for 1533c97
src/cmdlex.l
@@ -1,3 +1,5 @@
1
+%option noinput
2
+%option nounput
3
%{ /* -*- fundamental -*- */
4
/* lexer spec. for modemu2k command mode */
5
#include "cmdlex.h" /*Cmdstat*/
0 commit comments