]> diplodocus.org Git - nmh/commitdiff
repl.c, replsbr.c: Move shared data into header file.
authorRalph Corderoy <ralph@inputplus.co.uk>
Thu, 2 Nov 2017 00:34:18 +0000 (00:34 +0000)
committerRalph Corderoy <ralph@inputplus.co.uk>
Thu, 2 Nov 2017 00:34:18 +0000 (00:34 +0000)
repl.c declared global variables, and replsbr.c had extern statements
that hopefully matched them.  But they're really inputs into replsbr.c's
code, so move the declarations into a new header file that both then
include, and define them in replsbr.c.


No differences found