/[gcl]/gcl/o/alloc.c
ViewVC logotype

Diff of /gcl/o/alloc.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.49 by camm, Sun Nov 6 18:07:36 2005 UTC revision 1.50 by camm, Sat Nov 12 18:33:42 2005 UTC
# Line 1010  gcl_init_alloc(void) { Line 1010  gcl_init_alloc(void) {
1010    init_tm(t_fixnum, "NFIXNUM",    init_tm(t_fixnum, "NFIXNUM",
1011            sizeof(struct fixnum_struct), 8192,20,0);            sizeof(struct fixnum_struct), 8192,20,0);
1012    init_tm(t_structure, "SSTRUCTURE", sizeof(struct structure), 5461,1,0 );    init_tm(t_structure, "SSTRUCTURE", sizeof(struct structure), 5461,1,0 );
1013      init_tm(t_ifun, "iIFUN", sizeof(struct ifun), 4096,1,0  );
1014    init_tm(t_cfun, "fCFUN", sizeof(struct cfun), 4096,1,0  );    init_tm(t_cfun, "fCFUN", sizeof(struct cfun), 4096,1,0  );
1015    init_tm(t_sfun, "gSFUN", sizeof(struct sfun),409,1,0 );    init_tm(t_sfun, "gSFUN", sizeof(struct sfun),409,1,0 );
1016    init_tm(t_string, "\"STRING", sizeof(struct string), 5461,1,0  );    init_tm(t_string, "\"STRING", sizeof(struct string), 5461,1,0  );

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26