freebsd-nq/usr.bin/m4
Julio Merino 3b70f97f92 Avoid name shadowing to fix build under powerpc64.
Error was:

cc1: warnings being treated as errors
.../usr.bin/m4/misc.c: In function 'm4errx':
.../usr.bin/m4/misc.c:268: warning: declaration of 'eval' shadows a global declaration
.../usr.bin/m4/extern.h:40: warning: shadowed declaration is here
2014-08-07 14:26:44 +00:00
..
TEST
tests Migrate most of tools/regression/usr.bin/ to the new tests layout. 2014-03-16 08:04:06 +00:00
eval.c Sync with OpenBSD 2014-07-27 22:54:13 +00:00
expr.c
extern.h Sync with OpenBSD 2014-07-27 22:54:13 +00:00
gnum4.c Sync with OpenBSD 2014-07-27 22:54:13 +00:00
look.c Sync with OpenBSD 2014-07-27 22:54:13 +00:00
m4.1 mdoc: fix date. 2014-07-29 19:46:13 +00:00
main.c Sync with OpenBSD 2014-07-27 22:54:13 +00:00
Makefile Lower warnings again to 3 the right thing would be to fix the warnings 2014-08-07 09:38:27 +00:00
mdef.h
misc.c Avoid name shadowing to fix build under powerpc64. 2014-08-07 14:26:44 +00:00
NOTES
parser.y
pathnames.h
stdd.h
tokenizer.l
trace.c