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

Revision 8789, 420 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 1988 by the Massachusetts Institute of Technology.
3 *
4 * For copying and distribution information, please see the file
5 * <mit-copyright.h>.
6 *
7 * Machine-type definitions: IBM 032 (RT/PC)
8 */
9
10#include "mit-copyright.h"
11
12#define BSDUNIX
13#define IBMWS
14#define IBMWSASM
15#define BITS32
16#define BIG
17#define MSBFIRST
18#define MUSTALIGN
19typedef int sigtype;    /* Signal handler functions are declared "int".  */
Note: See TracBrowser for help on using the repository browser.