xref: /original-bsd/usr.bin/ex/ex_extern.c (revision 3705696b)
1 /*-
2  * Copyright (c) 1980, 1993
3  *	The Regents of the University of California.  All rights reserved.
4  *
5  * %sccs.include.proprietary.c%
6  */
7 
8 #ifndef lint
9 static char sccsid[] = "@(#)ex_extern.c	8.1 (Berkeley) 06/09/93";
10 #endif /* not lint */
11 
12 /*
13  * Provide defs of the global variables.
14  * This crock is brought to you by the turkeys
15  * who broke Unix on the Bell Labs 3B machine,
16  * all in the name of "but that's what the C
17  * book says!"
18  */
19 
20 # define var 	/* nothing */
21 # include "ex.h"
22 # include "ex_argv.h"
23 # include "ex_re.h"
24 # include "ex_temp.h"
25 # include "ex_tty.h"
26 # include "ex_tune.h"
27 # include "ex_vars.h"
28 # include "ex_vis.h"
29