[BACK]Return to pexpr_body.c CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / io

Diff for /OpenXM_contrib2/asir2000/io/pexpr_body.c between version 1.5 and 1.6

version 1.5, 2004/12/02 13:48:43 version 1.6, 2004/12/17 03:09:08
Line 1 
Line 1 
 /* $OpenXM: OpenXM_contrib2/asir2000/io/pexpr_body.c,v 1.4 2004/07/13 07:59:54 noro Exp $ */  /* $OpenXM: OpenXM_contrib2/asir2000/io/pexpr_body.c,v 1.5 2004/12/02 13:48:43 noro Exp $ */
   
 #define PRINTHAT (fortran_output?PUTS("**"):PUTS("^"))  #define PRINTHAT (fortran_output?PUTS("**"):PUTS("^"))
   
Line 44  void PRINTEXPR(vl,p)
Line 44  void PRINTEXPR(vl,p)
 VL vl;  VL vl;
 Obj p;  Obj p;
 {  {
 #if defined(FPRINT)  
         if ( asir_texmacs && !user_print_function ) printf("\2verbatim:");  
 #endif  
         if ( !p ) {          if ( !p ) {
                 PRINTR(vl,(R)p);                  PRINTR(vl,(R)p);
         } else          } else
Line 98  Obj p;
Line 95  Obj p;
                         default:                          default:
                                 break;                                  break;
                 }                  }
 #if defined(FPRINT)  
         if ( asir_texmacs && !user_print_function )  
                 { putchar('\5'); fflush(stdout); }  
 #endif  
 }  }
   
 #if defined(FPRINT)  #if defined(FPRINT)

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>