[BACK]Return to nd.h CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2018 / engine

Diff for /OpenXM_contrib2/asir2018/engine/nd.h between version 1.4 and 1.5

version 1.4, 2018/10/01 05:49:06 version 1.5, 2018/10/19 23:27:38
Line 1 
Line 1 
 /* $OpenXM: OpenXM_contrib2/asir2018/engine/nd.h,v 1.3 2018/09/28 08:20:28 noro Exp $ */  /* $OpenXM: OpenXM_contrib2/asir2018/engine/nd.h,v 1.4 2018/10/01 05:49:06 noro Exp $ */
 #include "ca.h"  #include "ca.h"
 #include "parse.h"  #include "parse.h"
 #include "ox.h"  #include "ox.h"
Line 45  typedef struct oNDV {
Line 45  typedef struct oNDV {
 } *NDV;  } *NDV;
   
 typedef union oNDC {  typedef union oNDC {
   int m;    long m;
   Z z;    Z z;
   LM lm;    LM lm;
   Z gz;  
   P p;    P p;
   R r;    R r;
   DAlg a;    DAlg a;

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

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