/[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.15.4.1 by camm, Wed Aug 6 17:00:06 2003 UTC revision 1.15.4.1.2.1 by camm, Sun Sep 14 02:30:45 2003 UTC
# Line 1836  DEFVAR("*PRINT-STRUCTURE*",sSAprint_stru Line 1836  DEFVAR("*PRINT-STRUCTURE*",sSAprint_stru
1836  DEF_ORDINARY("PRETTY-PRINT-FORMAT",sSpretty_print_format,SI,"");  DEF_ORDINARY("PRETTY-PRINT-FORMAT",sSpretty_print_format,SI,"");
1837    
1838  void  void
1839  init_print()  gcl_init_print()
1840  {  {
1841    
1842          travel_push_type[(int)t_array]=1;          travel_push_type[(int)t_array]=1;
# Line 2037  int n; Line 2037  int n;
2037  DEFVAR("*PRINT-NANS*",sSAprint_nansA,SI,Cnil,"");  DEFVAR("*PRINT-NANS*",sSAprint_nansA,SI,Cnil,"");
2038    
2039  void  void
2040  init_print_function()  gcl_init_print_function()
2041  {  {
2042          make_function("WRITE", Lwrite);          make_function("WRITE", Lwrite);
2043          make_function("PRIN1", Lprin1);          make_function("PRIN1", Lprin1);

Legend:
Removed from v.1.15.4.1  
changed lines
  Added in v.1.15.4.1.2.1

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