[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.11 and 1.12

version 1.11, 2000/12/13 10:54:09 version 1.12, 2000/12/22 09:58: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/builtin/ctrl.c,v 1.10 2000/12/08 08:26:08 noro Exp $   * $OpenXM: OpenXM_contrib2/asir2000/builtin/ctrl.c,v 1.11 2000/12/13 10:54:09 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;
   #if defined(INTERVAL)
   extern int zerorewrite;
   #endif
 extern int double_output;  extern int double_output;
   
 static struct {  static struct {
Line 89  static struct {
Line 92  static struct {
         {"f4_nocheck",&f4_nocheck},          {"f4_nocheck",&f4_nocheck},
         {"double_output",&double_output},          {"double_output",&double_output},
         {"fortran_output",&fortran_output},          {"fortran_output",&fortran_output},
   #if defined(INTERVAL)
           {"zerorewrite",&zerorewrite},
   #endif
         {0,0},          {0,0},
 };  };
   

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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