Deleted Added
full compact
30c30
< * $FreeBSD: head/usr.sbin/apmd/apmdlex.l 215676 2010-11-22 14:16:22Z brucec $
---
> * $FreeBSD: head/usr.sbin/apmd/apmdlex.l 250227 2013-05-03 23:51:32Z jkim $
39,42d38
< /* We don't need it, avoid the warning. */
< #define YY_NO_UNPUT
< #define YY_NO_INPUT
<
46a43,46
> /* We don't need it, avoid the warning. */
> %option nounput
> %option noinput
>