/[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.3 by camm, Sun Sep 14 02:30:45 2003 UTC revision 1.13.4.2.2.4 by camm, Thu Nov 6 16:16:50 2003 UTC
# Line 1383  GBC(enum type t) { Line 1383  GBC(enum type t) {
1383  }  }
1384    
1385  static void  static void
1386  siLroom_report(void) {  FFN(siLroom_report)(void) {
1387    
1388    int i;    int i;
1389        
# Line 1422  siLroom_report(void) { Line 1422  siLroom_report(void) {
1422  }  }
1423    
1424  static void  static void
1425  siLreset_gbc_count(void) {  FFN(siLreset_gbc_count)(void) {
1426    
1427    int i;    int i;
1428        
# Line 1486  DEFUN_NEW("GBC",object,fLgbc,LISP Line 1486  DEFUN_NEW("GBC",object,fLgbc,LISP
1486  }  }
1487    
1488  static void  static void
1489  siLgbc_time(void) {  FFN(siLgbc_time)(void) {
1490    if (vs_top>vs_base)    if (vs_top>vs_base)
1491      gc_time=fix(vs_base[0]);      gc_time=fix(vs_base[0]);
1492    else {    else {

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

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