added depend label
[unix-history] / usr / src / usr.bin / ex / ex_extern.c
CommitLineData
dac571dd
DF
1/*
2 * Copyright (c) 1980 Regents of the University of California.
3 * All rights reserved. The Berkeley software License Agreement
4 * specifies the terms and conditions for redistribution.
5 */
6
7#ifndef lint
70190965 8static char *sccsid = "@(#)ex_extern.c 7.4 (Berkeley) %G%";
19d73a0e
DF
9#endif not lint
10
11/*
12 * Copyright (c) 1980 Regents of the University of California.
13 * All rights reserved. The Berkeley software License Agreement
14 * specifies the terms and conditions for redistribution.
15 */
16
17#ifndef lint
70190965 18static char sccsid[] = "@(#)ex_extern.c 7.4 (Berkeley) %G%";
dac571dd
DF
19#endif not lint
20
4d2019b5
MH
21/*
22 * Provide defs of the global variables.
23 * This crock is brought to you by the turkeys
24 * who broke Unix on the Bell Labs 3B machine,
25 * all in the name of "but that's what the C
26 * book says!"
27 */
28
cb3ac212 29# define var /* nothing */
4d2019b5
MH
30# include "ex.h"
31# include "ex_argv.h"
32# include "ex_re.h"
33# include "ex_temp.h"
34# include "ex_tty.h"
35# include "ex_tune.h"
36# include "ex_vars.h"
37# include "ex_vis.h"