]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r228552:
authordim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 31 Dec 2011 14:13:11 +0000 (14:13 +0000)
committerdim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 31 Dec 2011 14:13:11 +0000 (14:13 +0000)
commit78a2e757cbe16620de71674fe9e1cf9757a6443f
tree45773d665ea5b2cff785979e0ef8ca6b43ed2727
parentbc99a7e418ab43ffe87eb76add00ecb32903db3e
MFC r228552:

  Define YY_NO_INPUT in lib/libipsec/policy_token.l, so lex's input()
  function does not get defined needlessly.

MFC r228555:

  In lib/libipsec/policy_token.l, use lex's standard "%option noinput"
  instead of hand-defining the YY_NO_INPUT macro.

git-svn-id: svn://svn.freebsd.org/base/stable/9@229094 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
lib/libipsec/policy_token.l