|
|
1.1 ! root 1: /* ! 2: * Copyright (c) 1980 Regents of the University of California. ! 3: * All rights reserved. The Berkeley software License Agreement ! 4: * specifies the terms and conditions for redistribution. ! 5: * ! 6: * @(#)classes.h 5.1 (Berkeley) 6/6/85 ! 7: */ ! 8: ! 9: /* ! 10: * namelist classes ! 11: */ ! 12: ! 13: #define BADUSE 0 ! 14: #define CONST 1 ! 15: #define TYPE 2 ! 16: #define VAR 3 ! 17: #define ARRAY 4 ! 18: #define PTRFILE 5 ! 19: #define RECORD 6 ! 20: #define FIELD 7 ! 21: #define PROC 8 ! 22: #define FUNC 9 ! 23: #define FVAR 10 ! 24: #define REF 11 ! 25: #define PTR 12 ! 26: #define FILET 13 ! 27: #define SET 14 ! 28: #define RANGE 15 ! 29: #define LABEL 16 ! 30: #define WITHPTR 17 ! 31: #define SCAL 18 ! 32: #define STR 19 ! 33: #define PROG 20 ! 34: #define IMPROPER 21 ! 35: #define VARNT 22 ! 36: #define FPROC 23 ! 37: #define FFUNC 24
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.