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

Diff for /OpenXM_contrib2/asir2000/io/pexpr.c between version 1.14 and 1.15

version 1.14, 2001/08/06 01:48:33 version 1.15, 2001/08/28 05:46:26
Line 44 
Line 44 
  * OF THE SOFTWARE HAS BEEN DEVELOPED BY A THIRD PARTY, THE THIRD PARTY   * OF THE SOFTWARE HAS BEEN DEVELOPED BY A THIRD PARTY, THE THIRD PARTY
  * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE,   * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE,
  * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE.   * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE.
  * $OpenXM: OpenXM_contrib2/asir2000/io/pexpr.c,v 1.13 2001/04/20 02:34:23 noro Exp $   * $OpenXM: OpenXM_contrib2/asir2000/io/pexpr.c,v 1.14 2001/08/06 01:48:33 noro Exp $
 */  */
 #include "ca.h"  #include "ca.h"
 #include "al.h"  #include "al.h"
Line 315  N n;
Line 315  N n;
         }          }
 }  }
   
   #if defined(FPRINT)
 #if defined(ITVDEBUG)  #if defined(ITVDEBUG)
 void printbin(double z)  void printbin(double z)
 {  {
Line 336  void printbin(double z)
Line 337  void printbin(double z)
         fprintf(stderr,"\n");          fprintf(stderr,"\n");
 }  }
 #endif  #endif
   #endif
   
   #if defined(FPRINT)
 #if 0  #if 0
 int     printmode = PRINTF_E;  int     printmode = PRINTF_E;
 #else  #else
 int     printmode = PRINTF_G;  int     printmode = PRINTF_G;
   #endif
   #else
   extern int printmode;
 #endif  #endif
   
 void PRINTNUM(q)  void PRINTNUM(q)

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

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