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

Diff for /OpenXM_contrib2/asir2000/include/ca.h between version 1.23 and 1.24

version 1.23, 2001/09/07 08:54:58 version 1.24, 2001/09/11 01:30:32
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/ca.h,v 1.22 2001/09/04 08:48:20 noro Exp $   * $OpenXM: OpenXM_contrib2/asir2000/include/ca.h,v 1.23 2001/09/07 08:54:58 noro Exp $
 */  */
 #include <stdio.h>  #include <stdio.h>
   
Line 373  typedef struct oDL {
Line 373  typedef struct oDL {
   
 typedef struct oCDP {  typedef struct oCDP {
         int len;          int len;
         struct oCMP *body;          struct oCM *body;
 } *CDP;  } *CDP;
   
 typedef struct oCMP {  typedef struct oCM {
         int index;          int index;
         int c;          int c;
 } *CMP;  } *CM;
   
 typedef struct oVL {  typedef struct oVL {
         V v;          V v;

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

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