[BACK]Return to ox_Xsample.c CVS log [TXT][DIR] Up to [local] / OpenXM / src / ox_toolkit

Diff for /OpenXM/src/ox_toolkit/ox_Xsample.c between version 1.7 and 1.8

version 1.7, 2004/12/01 17:32:26 version 1.8, 2005/07/26 12:52:05
Line 1 
Line 1 
 /* -*- mode: C; coding: euc-japan -*- */  /* -*- mode: C; coding: euc-japan -*- */
 /* $OpenXM: OpenXM/src/ox_toolkit/ox_Xsample.c,v 1.6 2004/06/28 11:53:00 ohara Exp $ */  /* $OpenXM: OpenXM/src/ox_toolkit/ox_Xsample.c,v 1.7 2004/12/01 17:32:26 ohara Exp $ */
   
 #include <stdio.h>  #include <stdio.h>
 #include <stdlib.h>  #include <stdlib.h>
Line 57  void pops(int n)
Line 57  void pops(int n)
     }      }
 }  }
   
 #define OX_XSAMPLE_VERSION 0x11121400  #define OX_XSAMPLE_VERSION "1999/12/14 15:25:00"
 #define ID_STRING  "1999/12/14 15:25:00"  
   
 int sm_mathcap()  int sm_mathcap()
 {  {
     mathcap_init(OX_XSAMPLE_VERSION, ID_STRING, "ox_Xsample", NULL, NULL);      mathcap_init(OX_XSAMPLE_VERSION, "ox_Xsample");
     push(oxf_cmo_mathcap(fd_rw));      push(oxf_cmo_mathcap(fd_rw));
     return 0;      return 0;
 }  }

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

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