[BACK]Return to mlo.h CVS log [TXT][DIR] Up to [local] / OpenXM / src / ox_math

Diff for /OpenXM/src/ox_math/mlo.h between version 1.2 and 1.4

version 1.2, 1999/12/14 09:31:55 version 1.4, 2000/01/22 06:30:23
Line 1 
Line 1 
   /* $OpenXM$ */
 #ifndef _MLO_H_  #ifndef _MLO_H_
   
 #define _MLO_H_  #define _MLO_H_
   
 #include "ox.h"  #include "ox.h"
   
 /* Mathematica でのみ使用される Local Object の定義 */  /* definitions of Mathlink Local Objects. */
 typedef struct {  typedef struct {
     int tag;      int tag;
     int length;      int length;

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

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