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

Diff of /gcl/o/format.c

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

revision 1.8.6.1 by camm, Sun Sep 14 02:30:45 2003 UTC revision 1.8.6.2 by camm, Thu Nov 6 16:16:50 2003 UTC
# Line 2259  L: Line 2259  L:
2259          }          }
2260          RETURN1 (x ==0 ? Cnil : x);            RETURN1 (x ==0 ? Cnil : x);  
2261  }  }
2262    object
2263    fLformat_1(object strm, object control,object x) {
2264      VFUN_NARGS=3;
2265      return FFN(fLformat)(strm,control,x);
2266    
2267    }
2268    
2269  /*  object c_apply_n(long int (*fn) (), int n, object *x); */  /*  object c_apply_n(long int (*fn) (), int n, object *x); */
2270    

Legend:
Removed from v.1.8.6.1  
changed lines
  Added in v.1.8.6.2

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