/[gcl]/gcl/o/print.d
ViewVC logotype

Diff of /gcl/o/print.d

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

revision 1.14 by camm, Sat Feb 15 00:38:28 2003 UTC revision 1.15 by camm, Wed Feb 26 22:21:37 2003 UTC
# Line 2030  static object Line 2030  static object
2030  set_line_length(n)  set_line_length(n)
2031  int n;  int n;
2032  {  {
2033    return make_fixnum(line_length = n);    line_length=n;
2034      return make_fixnum(line_length);
2035  }  }
2036    
2037  DEFVAR("*PRINT-NANS*",sSAprint_nansA,SI,Cnil,"");  DEFVAR("*PRINT-NANS*",sSAprint_nansA,SI,Cnil,"");

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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