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

« back to all changes in this revision

Viewing changes to pcl/c/pcl_gazonk4.c

  • 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
 
 
2
#include "cmpinclude.h"
 
3
#include "pcl_gazonk4.h"
 
4
void init_pcl_gazonk4(){do_init(VV);}
 
5
/*      function definition for CMP-ANON        */
 
6
 
 
7
static void L1()
 
8
{register object *base=vs_base;
 
9
        register object *sup=base+VM1; VC1
 
10
        vs_check;
 
11
        check_arg(2);
 
12
        base[0]=MMcons(base[0],Cnil);
 
13
        base[1]=MMcons(base[1],base[0]);
 
14
        vs_top=sup;
 
15
        base[2]= 
 
16
        make_cclosure_new(LC2,Cnil,base[1],Cdata);
 
17
        vs_top=(vs_base=base+2)+1;
 
18
        return;
 
19
}
 
20
/*      local function CLOSURE  */
 
21
 
 
22
static void LC2(base0)
 
23
register object *base0;
 
24
{       register object *base=vs_base;
 
25
        register object *sup=base+VM2; VC2
 
26
        vs_check;
 
27
        {object V1;
 
28
        object V2;
 
29
        object V3;
 
30
        object V4;
 
31
        object V5;
 
32
        check_arg(5);
 
33
        V1=(base[0]);
 
34
        V2=(base[1]);
 
35
        V3=(base[2]);
 
36
        V4=(base[3]);
 
37
        V5=(base[4]);
 
38
        vs_top=sup;
 
39
        base[5]= (base0[1]->c.c_car);
 
40
        base[6]= (base0[0]->c.c_car);
 
41
        vs_top=(vs_base=base+5)+2;
 
42
        Lerror();
 
43
        return;
 
44
        }
 
45
}
 
46
 
 
47
#ifdef SYSTEM_SPECIAL_INIT
 
48
SYSTEM_SPECIAL_INIT
 
49
#endif
 
50