ftp.nice.ch/pub/next/developer/languages/lisp/AKCL.1.599.s.tar.gz#/akcl-1-599/V/h/bds.h

This is bds.h in view mode; [Download] [Up]

Changes file for /usr/local/src/kcl/h/bds.h
Created on Mon Mar  5 11:33:58 1990
Usage \n@s[Original text\n@s|Replacement Text\n@s]
See the file rascal.ics.utexas.edu:/usr2/ftp/merge.c
for a program to merge change files.  Anything not between
"\n@s[" and  "\n@s]" is a simply a comment.
This file was constructed using emacs and  merge.el
Enhancements Copyright (c) W. Schelter All rights reserved.
   by (Bill Schelter)  wfs@carl.ma.utexas.edu 


****Change:(orig (14 14 c))
@s[#define BDSSIZE		1024
#define	BDSGETA		16

@s|#define BDSSIZE		1024
#define	BDSGETA		40

@s]


****Change:(orig (23 24 d))
@s[#define bds_org		bind_stack


@s|
@s]


****Change:(orig (26 26 a))
@s[typedef struct bds_bd *bds_ptr;


@s|typedef struct bds_bd *bds_ptr;

bds_ptr bds_org;


@s]


****Change:(orig (29 29 a))
@s[bds_ptr bds_top;		/*  bind stack top  */

@s|bds_ptr bds_top;		/*  bind stack top  */

#ifdef KCLOVM

/* for multiprocessing */
struct bds_bd save_bind_stack[BDSSIZE + BDSGETA + BDSGETA];
bds_ptr bds_save_org;
bds_ptr bds_save_limit;
bds_ptr bds_save_top;

#endif

@s]

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.