diff options
| author | Rebecca Cran <brucec@FreeBSD.org> | 2010-11-22 14:16:22 +0000 |
|---|---|---|
| committer | Rebecca Cran <brucec@FreeBSD.org> | 2010-11-22 14:16:22 +0000 |
| commit | e267ef95d5901466bdc8646802b68837e245e553 (patch) | |
| tree | bfa6b6b55bcc96368e3e62dae19de181e5d0225d /usr.sbin/bluetooth | |
| parent | 526384ecf2e4ceb79190afbf68b79d001966c75f (diff) | |
Notes
Diffstat (limited to 'usr.sbin/bluetooth')
| -rw-r--r-- | usr.sbin/bluetooth/bthidd/lexer.l | 2 | ||||
| -rw-r--r-- | usr.sbin/bluetooth/hcsecd/lexer.l | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bluetooth/bthidd/lexer.l b/usr.sbin/bluetooth/bthidd/lexer.l index a25ae92065973..54821daa3ba16 100644 --- a/usr.sbin/bluetooth/bthidd/lexer.l +++ b/usr.sbin/bluetooth/bthidd/lexer.l @@ -39,7 +39,7 @@ int yylex (void); %} -%option yylineno noyywrap nounput +%option yylineno noyywrap nounput noinput delim [ \t\n] ws {delim}+ diff --git a/usr.sbin/bluetooth/hcsecd/lexer.l b/usr.sbin/bluetooth/hcsecd/lexer.l index 2430d7e2982c0..578b42f9341c4 100644 --- a/usr.sbin/bluetooth/hcsecd/lexer.l +++ b/usr.sbin/bluetooth/hcsecd/lexer.l @@ -34,7 +34,7 @@ #include "parser.h" %} -%option yylineno noyywrap nounput +%option yylineno noyywrap nounput noinput delim [ \t\n] ws {delim}+ |
