sccsid
[unix-history] / usr / src / usr.bin / pascal / pdx / sym / btypes.h
CommitLineData
5a9a5463
ML
1/* Copyright (c) 1982 Regents of the University of California */
2
f8e129ac 3/* static char sccsid[] = "@(#)btypes.h 1.2 %G%"; */
5a9a5463
ML
4
5/*
6 * basic types
7 */
8
9SYM *t_int;
10SYM *t_real;
11SYM *t_char;
12SYM *t_boolean;