=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/builtin/ftab.c,v retrieving revision 1.6 retrieving revision 1.8 diff -u -p -r1.6 -r1.8 --- OpenXM_contrib2/asir2000/builtin/ftab.c 2002/08/14 03:51:38 1.6 +++ OpenXM_contrib2/asir2000/builtin/ftab.c 2003/02/14 22:29:07 1.8 @@ -45,7 +45,7 @@ * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE, * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE. * - * $OpenXM: OpenXM_contrib2/asir2000/builtin/ftab.c,v 1.5 2000/12/22 09:58:32 saito Exp $ + * $OpenXM: OpenXM_contrib2/asir2000/builtin/ftab.c,v 1.7 2003/02/14 18:39:02 saito Exp $ */ #include "ca.h" #include "parse.h" @@ -71,7 +71,7 @@ str_tab, subst_tab, time_tab, type_tab, var_tab, #if defined(INTERVAL) interval_tab, #endif -print2d_tab, tcp_tab, plot_tab, pari_tab, comp_tab, gf_tab, math_tab, +print2d_tab, tcp_tab, plot_tab, pari_tab, comp_tab, gf_tab, math_tab, mat_tab, numerical_tab, ec_tab, al_tab, user_tab; struct ftab *ftabs[] = { @@ -82,11 +82,11 @@ struct ftab *ftabs[] = { #if defined(INTERVAL) interval_tab, #endif - pari_tab, comp_tab, gf_tab, math_tab, tcp_tab, -#if DO_PLOT + pari_tab, comp_tab, gf_tab, math_tab, mat_tab, tcp_tab, +#if defined(DO_PLOT) plot_tab, #endif -#if LAPACK +#if defined(LAPACK) numerical_tab, #endif ec_tab, al_tab,