fix linecount bug with comments spanning multiple lines
authorhenning <henning@openbsd.org>
Tue, 3 Aug 2010 18:42:40 +0000 (18:42 +0000)
committerhenning <henning@openbsd.org>
Tue, 3 Aug 2010 18:42:40 +0000 (18:42 +0000)
commitdaf2411017fac3832089636bcea5582a27f7614d
tree8f3d780b9e0d6b10c944b5852a79db2e36af792d
parentbff05058eeb94caf9acd31e32f69e71ac7206618
fix linecount bug with comments spanning multiple lines
problem reported with the obvious fix for bgpd by Sebastian Benoit
<benoit-lists at fb12.de>, also PR 6432
applied to all the others by yours truly. ok theo
isn't it amazing how far this parser (and more) spread?
19 files changed:
sbin/iked/parse.y
sbin/ipsecctl/parse.y
sbin/pfctl/parse.y
usr.sbin/bgpd/parse.y
usr.sbin/btctl/parse.y
usr.sbin/btd/parse.y
usr.sbin/dvmrpd/parse.y
usr.sbin/hostapd/parse.y
usr.sbin/ifstated/parse.y
usr.sbin/ldapd/parse.y
usr.sbin/ldpd/parse.y
usr.sbin/ntpd/parse.y
usr.sbin/ospf6d/parse.y
usr.sbin/ospfd/parse.y
usr.sbin/relayd/parse.y
usr.sbin/ripd/parse.y
usr.sbin/smtpd/parse.y
usr.sbin/snmpd/parse.y
usr.sbin/ypldap/parse.y