/*  --- Copyright University of Sussex 1989.  All rights reserved. ---------
 >  File:           C.all/lib/ved/bbc.p
 >  Purpose:        Set ved for a 'DUMB' BBC vt52-compatible micro
 >  Author:         A.Sloman/A.Richomme ??? (see revisions)
 >  Documentation:	HELP * VT52
 >  Related Files:  LIB * BBCVT100
 */

#_TERMIN_IF DEF POPC_COMPILING

uses vedbbc;

section;

define global bbc();
	vedbbc();
enddefine;

if iscaller(vedsetup) then bbc() endif;

endsection;

/* --- Revision History ---------------------------------------------------
--- Rob Duncan, Oct 27 1989
		Renamed to "vedbbc.p", keeping this file as an alias.
--- Poplog System, Nov 29 1988 - fixed <ESC> F0 for Unix (cf ALPHA 8)
--- Ben Rubinstein, Oct 12 1986  - vedenter, vedredo indirected through ..key
*/
