modify semantics of FOR to reflect shadowing of for loop vars in longs
[unix-history] / usr / src / usr.bin / ex / ex_extern.c
CommitLineData
06545a12 1static char *sccs_id = "@(#)ex_extern.c 7.1 %G%";
4d2019b5
MH
2/*
3 * Provide defs of the global variables.
4 * This crock is brought to you by the turkeys
5 * who broke Unix on the Bell Labs 3B machine,
6 * all in the name of "but that's what the C
7 * book says!"
8 */
9
10# define extern /* nothing */
11# include "ex.h"
12# include "ex_argv.h"
13# include "ex_re.h"
14# include "ex_temp.h"
15# include "ex_tty.h"
16# include "ex_tune.h"
17# include "ex_vars.h"
18# include "ex_vis.h"
19
20short tfile = -1;