~ubuntu-branches/ubuntu/quantal/gclcvs/quantal

« back to all changes in this revision

Viewing changes to h/att3b2.h

  • Committer: Bazaar Package Importer
  • Author(s): Camm Maguire
  • Date: 2004-06-24 15:13:46 UTC
  • Revision ID: james.westby@ubuntu.com-20040624151346-xh0xaaktyyp7aorc
Tags: 2.7.0-26
C_GC_OFFSET is 2 on m68k-linux

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#include "att.h"
 
2
 
 
3
#define ADDITIONAL_FEATURES \
 
4
                     ADD_FEATURE("ATT3B2");\
 
5
                     ADD_FEATURE("SYSTEM-V");
 
6
 
 
7
 
 
8
#define ATT3B2
 
9
#define IEEEFLOAT
 
10
  
 
11
#define HOLEPAGE 32
 
12
 
 
13
#define INIT_ALLOC \
 
14
        FIXtemp=MAXPAGE; \
 
15
        if (brk(pagetochar(FIXtemp)) < 0) \
 
16
                {error("Can't allocate.  Good-bye!.");};
 
17
 
 
18
#undef IF_ALLOCATE_ERR
 
19
#define IF_ALLOCATE_ERR \
 
20
        if (PAGESIZE*(n - m) > pagetochar(MAXPAGE) - core_end)
 
21
 
 
22
/* Begin for cmpinclude */
 
23
 
 
24
 
 
25
/* End for cmpinclude */