BSD 4_1c_2 release
[unix-history] / usr / src / ucb / pascal / pdx / sym / btypes.h
/* Copyright (c) 1982 Regents of the University of California */
/* static char sccsid[] = "@(#)btypes.h 1.2 1/18/82"; */
/*
* basic types
*/
SYM *t_int;
SYM *t_real;
SYM *t_char;
SYM *t_boolean;