From: Ralph Corderoy Date: Thu, 2 Nov 2017 00:34:18 +0000 (+0000) Subject: repl.c, replsbr.c: Move shared data into header file. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/4fb142af4ad2ca73d141cc04af24e7c1b62f8a77?ds=inline;hp=4fb142af4ad2ca73d141cc04af24e7c1b62f8a77 repl.c, replsbr.c: Move shared data into header file. 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. ---