[BACK]Return to ox.h CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / include

Diff for /OpenXM_contrib2/asir2000/include/ox.h between version 1.29 and 1.30

version 1.29, 2015/08/18 02:26:05 version 1.30, 2016/06/29 05:10:14
Line 45 
Line 45 
  * 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/include/ox.h,v 1.28 2015/08/14 13:51:55 fujimoto Exp $   * $OpenXM: OpenXM_contrib2/asir2000/include/ox.h,v 1.29 2015/08/18 02:26:05 noro Exp $
 */  */
 #include "com.h"  #include "com.h"
   
Line 105 
Line 105 
   
 #define CMO_BIGFLOAT                            50  #define CMO_BIGFLOAT                            50
 #define CMO_IEEE_DOUBLE_FLOAT           51  #define CMO_IEEE_DOUBLE_FLOAT           51
   #define CMO_BIGFLOAT32                          52
   
 #define CMO_INDETERMINATE               60  #define CMO_INDETERMINATE               60
 #define CMO_TREE                                61  #define CMO_TREE                                61

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

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