|
|
BSD 4.3
/* -[Sat Jan 29 13:53:19 1983 by jkf]-
* chkrtab.h $Locker: $
* check if read table valid
*
* $Header: /var/lib/cvsd/repos/CSRG/43BSD/ucb/lisp/franz/h/chkrtab.h,v 1.1.1.1 2018/04/24 16:12:55 root Exp $
*
* (c) copyright 1982, Regents of the University of California
*/
#define chkrtab(p); \
if(p!=lastrtab){ if(TYPE(p)!=ARRAY && TYPE(p->ar.data)!=INT) rtaberr();\
else {lastrtab=p;ctable=(unsigned char*)p->ar.data;}}
extern lispval lastrtab;
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.