1: /*					-[Sat Jan 29 13:53:19 1983 by jkf]-
   2:  * 	chkrtab.h			$Locker:  $
   3:  * check if read table valid
   4:  *
   5:  * $Header: /na/franz/franz/h/chkrtab.h,v 1.1 83/01/29 14:05:24 jkf Exp $
   6:  *
   7:  * (c) copyright 1982, Regents of the University of California
   8:  */
   9: 
  10: #define chkrtab(p); \
  11:     if(p!=lastrtab){ if(TYPE(p)!=ARRAY && TYPE(p->ar.data)!=INT) rtaberr();\
  12:             else {lastrtab=p;ctable=(unsigned char*)p->ar.data;}}
  13: extern lispval lastrtab;

Defined macros

chkrtab defined in line 10; never used
Last modified: 1985-08-14
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 586
Valid CSS Valid XHTML 1.0 Strict