0bc847645cc897ef92a23a44362c61fa3da943ab
[unix-history] / usr / src / usr.bin / pascal / pdx / sym / btypes.h
/* Copyright (c) 1982 Regents of the University of California */
static char sccsid[] = "@(#)btypes.h 1.1 %G%";
/*
* basic types
*/
SYM *t_int;
SYM *t_real;
SYM *t_char;
SYM *t_boolean;