Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!mcsun!hp4nl!ruuinf!piet From: piet@cs.ruu.nl (Piet van Oostrum) Newsgroups: comp.sys.atari.st Subject: osbind.arc Message-ID: <4710@ruuinf.cs.ruu.nl> Date: 23 Jan 91 09:25:28 GMT Sender: news@ruuinf.cs.ruu.nl Reply-To: piet@cs.ruu.nl (Piet van Oostrum) Organization: Dept of Computer Science, Utrecht University, The Netherlands Lines: 23 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