freebsd-dev/usr.bin/m4
Ed Schouten eccad22277 More -Wmissing-variable-declarations fixes.
In addition to adding missing `static' keywords:
- bin/dd: Pull in `extern.h' to guarantee consistency with source file.
- libexec/rpc.rusersd: Move shared globals into an extern.h.
- libexec/talkd: Move `debug' and `hostname' into extern.h.
- usr.bin/cksum: Put counters in extern.h, as they are used by ckdist/mtree.
- usr.bin/m4: Move `end_result' into extern.h.
- usr.sbin/services_mkdb: Move shared globals into an extern.h.
2012-10-20 10:33:15 +00:00
..
lib Remove contractions. 2012-10-07 20:01:41 +00:00
TEST Remove the advertising clause from UCB copyrighted files in usr.bin. This 2010-12-11 08:32:16 +00:00
eval.c Improve m4 compatibility with GNU m4 extension ** (exponent) 2012-04-15 13:25:51 +00:00
expr.c More -Wmissing-variable-declarations fixes. 2012-10-20 10:33:15 +00:00
extern.h More -Wmissing-variable-declarations fixes. 2012-10-20 10:33:15 +00:00
gnum4.c More -Wmissing-variable-declarations fixes. 2012-10-20 10:33:15 +00:00
look.c Synchronize with laster version of m4 from OpenBSD and NetBSD 2011-11-28 13:32:39 +00:00
m4.1 Remove contractions. 2012-10-07 20:01:41 +00:00
main.c More -Wmissing-variable-declarations fixes. 2012-10-20 10:33:15 +00:00
Makefile Repair breakage after r228697: since m4 now uses pow(3), it needs -lm. 2011-12-18 23:54:32 +00:00
mdef.h Synchronize with laster version of m4 from OpenBSD and NetBSD 2011-11-28 13:32:39 +00:00
misc.c Synchronize with laster version of m4 from OpenBSD and NetBSD 2011-11-28 13:32:39 +00:00
NOTES
parser.y More -Wmissing-variable-declarations fixes. 2012-10-20 10:33:15 +00:00
pathnames.h Synchronize with laster version of m4 from OpenBSD and NetBSD 2011-11-28 13:32:39 +00:00
stdd.h Synchronize with laster version of m4 from OpenBSD and NetBSD 2011-11-28 13:32:39 +00:00
tokenizer.l Reimplement support for the ** (exponent) gnu extension, make it available thought the -g (mimic gnu) option 2011-12-18 22:04:55 +00:00
trace.c Synchronize with laster version of m4 from OpenBSD and NetBSD 2011-11-28 13:32:39 +00:00