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

Diff for /OpenXM/src/ox_toolkit/mathcap.c between version 1.5 and 1.6

version 1.5, 2000/11/24 05:49:26 version 1.6, 2000/11/27 09:57:10
Line 1 
Line 1 
 /* -*- mode: C; coding: euc-japan -*- */  /* -*- mode: C; coding: euc-japan -*- */
 /* $OpenXM: OpenXM/src/ox_toolkit/mathcap.c,v 1.4 2000/11/21 07:59:08 ohara Exp $ */  /* $OpenXM: OpenXM/src/ox_toolkit/mathcap.c,v 1.5 2000/11/24 05:49:26 ohara Exp $ */
   
 /* This module includes functions for handling mathcap databases. */  /* This module includes functions for handling mathcap databases. */
   
Line 9 
Line 9 
   
 #define MATHCAP_FLAG_DENY   0  #define MATHCAP_FLAG_DENY   0
 #define MATHCAP_FLAG_ALLOW  1  #define MATHCAP_FLAG_ALLOW  1
   
 typedef struct {  
     int tag;  
     int flag;  
 } table;  
   
 typedef struct mathcap {  
     table *cmotbl;  
     table *smtbl;  
 } mathcap;  
   
 static void table_init(table *m, int key);  static void table_init(table *m, int key);
 static table *new_table(int *src);  static table *new_table(int *src);

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

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