[BACK]Return to ftab.c CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / builtin

Diff for /OpenXM_contrib2/asir2000/builtin/ftab.c between version 1.7 and 1.8

version 1.7, 2003/02/14 18:39:02 version 1.8, 2003/02/14 22:29:07
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/builtin/ftab.c,v 1.6 2002/08/14 03:51:38 noro Exp $   * $OpenXM: OpenXM_contrib2/asir2000/builtin/ftab.c,v 1.7 2003/02/14 18:39:02 saito Exp $
 */  */
 #include "ca.h"  #include "ca.h"
 #include "parse.h"  #include "parse.h"
Line 83  struct ftab *ftabs[] = {
Line 83  struct ftab *ftabs[] = {
         interval_tab,          interval_tab,
 #endif  #endif
         pari_tab, comp_tab, gf_tab, math_tab, mat_tab, tcp_tab,          pari_tab, comp_tab, gf_tab, math_tab, mat_tab, tcp_tab,
 #if DO_PLOT  #if defined(DO_PLOT)
         plot_tab,          plot_tab,
 #endif  #endif
 #if LAPACK  #if defined(LAPACK)
         numerical_tab,          numerical_tab,
 #endif  #endif
         ec_tab, al_tab,          ec_tab, al_tab,

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

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