source: trunk/third/cns/src/include/c-tahoe.h @ 8789

Revision 8789, 351 bytes checked in by ghudson, 28 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r8788, which included commits to RCS files with non-trunk default branches.
Line 
1/*
2 * Copyright 1989 by the Regents of the University of California
3 *
4 * Machine Description : TAHOE.
5 */
6
7#include "mit-copyright.h"
8
9#define TAHOE
10#define BSDUNIX
11#define BITS32
12#define BIG
13#define MSBFIRST
14#define HOST_BYTE_ORDER MSB_FIRST
15#define MUSTALIGN
16#define NOASM
17typedef void sigtype;   /* Signal handler functions are declared "void".  */
Note: See TracBrowser for help on using the repository browser.