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

Diff of /gcl/o/gbc.c

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

revision 1.13.4.2.2.4 by camm, Thu Nov 6 16:16:50 2003 UTC revision 1.13.4.2.2.5 by camm, Mon Dec 1 16:53:11 2003 UTC
# Line 1337  GBC(enum type t) { Line 1337  GBC(enum type t) {
1337        }        }
1338      core_end = heap_end + PAGESIZE;      core_end = heap_end + PAGESIZE;
1339            
1340      for (i = 0;  i < maxpage;  i++)  /*     for (i = 0;  i < maxpage;  i++) */
1341        if ((enum type)type_map[i] == t_contiguous)  /*       if ((enum type)type_map[i] == t_contiguous) */
1342          type_map[i] = (char)t_other;  /*      type_map[i] = (char)t_other; */
1343      cb_pointer = NULL;  /*     cb_pointer = NULL; */
1344      maxcbpage -= ncbpage;  /*     maxcbpage -= ncbpage; */
1345      if (maxcbpage < 100)  /*     if (maxcbpage < 100) */
1346        maxcbpage = 100;  /*       maxcbpage = 100; */
1347      ncbpage = 0;  /*     ncbpage = 0; */
1348      ncb = 0;  /*     ncb = 0; */
1349            
1350      /* hmm.... why is this test necessary.*/      /* hmm.... why is this test necessary.*/
1351  #ifdef SGC  #ifdef SGC

Legend:
Removed from v.1.13.4.2.2.4  
changed lines
  Added in v.1.13.4.2.2.5

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