added PDX constant
[unix-history] / usr / src / usr.bin / ex / ex_extern.c
CommitLineData
cb3ac212 1static char *sccs_id = "@(#)ex_extern.c 7.2 %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
cb3ac212 10# define var /* nothing */
4d2019b5
MH
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"