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

Diff for /OpenXM_contrib2/asir2000/builtin/ctrl.c between version 1.9 and 1.10

version 1.9, 2000/08/22 05:03:56 version 1.10, 2000/12/08 08:26:08
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/ctrl.c,v 1.8 2000/08/21 08:31:19 noro Exp $   * $OpenXM: OpenXM_contrib2/asir2000/builtin/ctrl.c,v 1.9 2000/08/22 05:03:56 noro Exp $
 */  */
 #include "ca.h"  #include "ca.h"
 #include "parse.h"  #include "parse.h"
Line 64  extern int do_message;
Line 64  extern int do_message;
 extern int ox_batch,ox_check,ox_exchange_mathcap;  extern int ox_batch,ox_check,ox_exchange_mathcap;
 extern int f4_nocheck;  extern int f4_nocheck;
 extern int fortran_output;  extern int fortran_output;
 extern int do_weyl;  
   
 static struct {  static struct {
         char *key;          char *key;
Line 88  static struct {
Line 87  static struct {
         {"ox_exchange_mathcap",&ox_exchange_mathcap},          {"ox_exchange_mathcap",&ox_exchange_mathcap},
         {"f4_nocheck",&f4_nocheck},          {"f4_nocheck",&f4_nocheck},
         {"fortran_output",&fortran_output},          {"fortran_output",&fortran_output},
         {"do_weyl",&do_weyl},  
         {0,0},          {0,0},
 };  };
   

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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