modifications for centralizing the printing of a source line
[unix-history] / usr / src / usr.bin / pascal / pdx / sym / classes.h
CommitLineData
fcd36cfb
ML
1/* Copyright (c) 1982 Regents of the University of California */
2
f8e129ac 3/* static char sccsid[] = "@(#)classes.h 1.2 %G%"; */
fcd36cfb
ML
4
5/*
6 * namelist classes
7 */
8
9#define BADUSE 0
10#define CONST 1
11#define TYPE 2
12#define VAR 3
13#define ARRAY 4
14#define PTRFILE 5
15#define RECORD 6
16#define FIELD 7
17#define PROC 8
18#define FUNC 9
19#define FVAR 10
20#define REF 11
21#define PTR 12
22#define FILET 13
23#define SET 14
24#define RANGE 15
25#define LABEL 16
26#define WITHPTR 17
27#define SCAL 18
28#define STR 19
29#define PROG 20
30#define IMPROPER 21
31#define VARNT 22
32#define FPROC 23
33#define FFUNC 24