summaryrefslogtreecommitdiffstats
path: root/usr.bin/mkesdb/ldef.h
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2013-05-25 15:36:15 +0000
committered <ed@FreeBSD.org>2013-05-25 15:36:15 +0000
commit9b52f7b4ed3c8328148e0309a1940c05066ddf43 (patch)
tree21ab1e11459d9d731bd9b64200e223511a7c0464 /usr.bin/mkesdb/ldef.h
parent843b520e070189fc9edf7f90939fc984e2611572 (diff)
downloadFreeBSD-src-9b52f7b4ed3c8328148e0309a1940c05066ddf43.zip
FreeBSD-src-9b52f7b4ed3c8328148e0309a1940c05066ddf43.tar.gz
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.
Diffstat (limited to 'usr.bin/mkesdb/ldef.h')
-rw-r--r--usr.bin/mkesdb/ldef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/mkesdb/ldef.h b/usr.bin/mkesdb/ldef.h
index 0c5e76a..45b4e60 100644
--- a/usr.bin/mkesdb/ldef.h
+++ b/usr.bin/mkesdb/ldef.h
@@ -27,7 +27,7 @@
* SUCH DAMAGE.
*/
-extern int line_number;
+extern int linenumber;
extern int yyerror(const char *);
extern int yylex(void);
OpenPOWER on IntegriCloud