|
|
1.1 ! root 1: /* -[Sat Jan 29 14:02:34 1983 by jkf]- ! 2: * vaxframe.h $Locker: $ ! 3: * vax calling frame definition ! 4: * ! 5: * $Header: vaxframe.h,v 1.3 84/02/29 15:06:57 sklower Exp $ ! 6: * ! 7: * (c) copyright 1982, Regents of the University of California ! 8: */ ! 9: ! 10: struct machframe { ! 11: lispval (*handler)(); ! 12: long mask; ! 13: lispval *ap; ! 14: struct machframe *fp; ! 15: lispval (*pc)(); ! 16: lispval *r6; ! 17: lispval *r7; ! 18: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.