Blame | Last modification | View Log | RSS feed
/*
* Copyright (c) 1980 Regents of the University of California.
* All rights reserved. The Berkeley software License Agreement
* specifies the terms and conditions for redistribution.
*/
#if !defined(lint) && defined(DOSCCS)
static char *sccsid = "@(#)ex_extern.c 7.4 (Berkeley) 6/7/85";
#endif
/*
* Provide defs of the global variables.
* This crock is brought to you by the turkeys
* who broke Unix on the Bell Labs 3B machine,
* all in the name of "but that's what the C
* book says!"
*/
# define var /* nothing */
# include "ex.h"
# include "ex_argv.h"
# include "ex_re.h"
# include "ex_temp.h"
# include "ex_tty.h"
# include "ex_tune.h"
# include "ex_vars.h"
# include "ex_vis.h"