[6259] in Athena Bugs
mips header file
daemon@ATHENA.MIT.EDU (Ken Raeburn)
Mon Oct 22 03:28:17 1990
Date: Mon, 22 Oct 90 03:28:04 EDT
From: Ken Raeburn <Raeburn@MIT.Edu>
To: bugs@ATHENA.MIT.EDU
/* @(#)stamp.h 4.2 (ULTRIX) 8/9/88
*/
#ifdef mips
/* ------------------------------------------------------------------ */
/* | Copyright Unpublished, MIPS Computer Systems, Inc. All Rights | */
/* | Reserved. This software contains proprietary and confidential | */
/* | information of MIPS and its suppliers. Use, disclosure or | */
/* | reproduction is prohibited without the prior express written | */
/* | consent of MIPS. | */
/* ------------------------------------------------------------------ */
#define MS_STAMP 1
#define LS_STAMP 31
#endif mips
The meaning of this file seems clear... please see if there is a set
of header files for the 2.1 compiler available. (Yes, I'm actually
using a program that wants to know what version of the compiler suite
is available; I'd prefer to use it with 2.1, but it looks like 1.31
will have to do for now.)