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

Revision 8789, 437 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 * c-ibm370.h
3 *
4 * Copyright 1988 by the Massachusetts Institute of Technology.
5 *
6 * For copying and distribution information, please see the file
7 * <mit-copyright.h>.
8 *
9 * Machine-type definitions: IBM 370
10 */
11
12#include "mit-copyright.h"
13
14/* What else? */
15#define BIG
16#define NONASCII
17#define SHORTNAMES
18#define MSBFIRST
19#define HOST_BYTE_ORDER MSB_FIRST
20
21typedef int sigtype;    /* Signal handler functions are declared "int".  */
Note: See TracBrowser for help on using the repository browser.