[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.7 and 1.8

version 1.7, 2014/05/12 16:54:40 version 1.8, 2015/08/08 14:19:41
Line 1 
Line 1 
 /*  /*
  * $OpenXM: OpenXM_contrib2/asir2000/builtin/itvnum.c,v 1.6 2011/08/10 04:51:57 saito Exp $   * $OpenXM: OpenXM_contrib2/asir2000/builtin/itvnum.c,v 1.7 2014/05/12 16:54:40 saito Exp $
  */   */
   
 #include "ca.h"  #include "ca.h"
Line 629  static void pprintmode( void )
Line 629  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.7  
changed lines
  Added in v.1.8

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