]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Prevent shadowing.
authored <ed@FreeBSD.org>
Sat, 25 May 2013 15:36:15 +0000 (15:36 +0000)
committered <ed@FreeBSD.org>
Sat, 25 May 2013 15:36:15 +0000 (15:36 +0000)
commit9b52f7b4ed3c8328148e0309a1940c05066ddf43
tree21ab1e11459d9d731bd9b64200e223511a7c0464
parent843b520e070189fc9edf7f90939fc984e2611572
Prevent shadowing.

The name line_number seems to be used as a function parameter name for
one of the Lex functions. Change the name to linenumber.
usr.bin/mkcsmapper/ldef.h
usr.bin/mkcsmapper/lex.l
usr.bin/mkcsmapper/yacc.y
usr.bin/mkesdb/ldef.h
usr.bin/mkesdb/lex.l
usr.bin/mkesdb/yacc.y