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

Diff for /OpenXM_contrib2/asir2000/builtin/itvnum.c between version 1.8 and 1.10

version 1.8, 2015/08/08 14:19:41 version 1.10, 2016/06/29 08:16:11
Line 1 
Line 1 
 /*  /*
  * $OpenXM: OpenXM_contrib2/asir2000/builtin/itvnum.c,v 1.7 2014/05/12 16:54:40 saito Exp $   * $OpenXM: OpenXM_contrib2/asir2000/builtin/itvnum.c,v 1.9 2015/08/14 13:51:54 fujimoto Exp $
  */   */
   
 #include "ca.h"  #include "ca.h"
 #include "parse.h"  #include "parse.h"
 #include "version.h"  #include "version.h"
   #if !defined(ANDROID)
 #include "../plot/ifplot.h"  #include "../plot/ifplot.h"
   #endif
   
 #if defined(INTERVAL)  #if defined(INTERVAL)
   
Line 629  static void pprintmode( void )
Line 631  static void pprintmode( void )
                         fprintf(stderr,"Printf's double printing mode is \"%%g\".\n");                          fprintf(stderr,"Printf's double printing mode is \"%%g\".\n");
                         break;                          break;
         }          }
 #if defined(__MINGW32__) || defined(__MINGW64__)  
         fflush(stderr);  
 #endif  
 }  }
   
 static void  static void

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.10

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