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