xref: /original-bsd/usr.bin/pascal/pdx/sym/btypes.h (revision fbed46ce)
1 /* Copyright (c) 1982 Regents of the University of California */
2 
3 /* static char sccsid[] = "@(#)btypes.h 1.2 01/18/82"; */
4 
5 /*
6  * basic types
7  */
8 
9 SYM *t_int;
10 SYM *t_real;
11 SYM *t_char;
12 SYM *t_boolean;
13