xref: /csrg-svn/usr.bin/ex/ex_extern.c (revision 63046)
148255Sbostic /*-
2*63046Sbostic  * Copyright (c) 1980, 1993
3*63046Sbostic  *	The Regents of the University of California.  All rights reserved.
448255Sbostic  *
548255Sbostic  * %sccs.include.proprietary.c%
621659Sdist  */
721659Sdist 
821659Sdist #ifndef lint
9*63046Sbostic static char sccsid[] = "@(#)ex_extern.c	8.1 (Berkeley) 06/09/93";
1048255Sbostic #endif /* not lint */
1121659Sdist 
1221659Sdist /*
133991Smark  * Provide defs of the global variables.
143991Smark  * This crock is brought to you by the turkeys
153991Smark  * who broke Unix on the Bell Labs 3B machine,
163991Smark  * all in the name of "but that's what the C
173991Smark  * book says!"
183991Smark  */
193991Smark 
2021684Sdist # define var 	/* nothing */
213991Smark # include "ex.h"
223991Smark # include "ex_argv.h"
233991Smark # include "ex_re.h"
243991Smark # include "ex_temp.h"
253991Smark # include "ex_tty.h"
263991Smark # include "ex_tune.h"
273991Smark # include "ex_vars.h"
283991Smark # include "ex_vis.h"
29