[comp.sys.atari.st] osbind.arc

piet@cs.ruu.nl (Piet van Oostrum) (01/23/91)

There is a file osbind.arc on atari.archive.umich.edu that is incorrect:

It contains the following lines:

/* codes for Pexec */

#define	PE_LOADGO		0		/* load & go */
#define	PE_LOAD			1		/* just load */
#define	PE_CBASEPAGE		2		/* just create basepage */
#define	PE_GO			3		/* just go */

which should be:


#define	PE_LOADGO		0		/* load & go */
#define	PE_LOAD			3		/* just load */
#define	PE_CBASEPAGE		5		/* just create basepage */
#define	PE_GO			4		/* just go */

I think this file should be removed as it is superseded by the one in
gcclib (include).
-- 
Piet van Oostrum <piet@cs.ruu.nl>