[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.35 and 1.36

version 1.35, 2005/02/17 03:12:19 version 1.36, 2005/08/24 06:28:39
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.34 2004/12/15 22:51:40 noro Exp $   * $OpenXM: OpenXM_contrib2/asir2000/builtin/ctrl.c,v 1.35 2005/02/17 03:12:19 noro Exp $
 */  */
 #include "ca.h"  #include "ca.h"
 #include "parse.h"  #include "parse.h"
Line 62  extern int error_in_timer;
Line 62  extern int error_in_timer;
 extern int prtime,nez,echoback,bigfloat;  extern int prtime,nez,echoback,bigfloat;
 extern int GC_free_space_numerator,GC_free_space_divisor,debug_up;  extern int GC_free_space_numerator,GC_free_space_divisor,debug_up;
 extern int GC_max_heap_size,Verbose,hideargs,hex_output,do_server_in_X11;  extern int GC_max_heap_size,Verbose,hideargs,hex_output,do_server_in_X11;
 extern int do_message;  extern int do_message,do_terse;
 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 StrassenSize;  extern int StrassenSize;
Line 100  static struct {
Line 100  static struct {
         {"hex",&hex_output},          {"hex",&hex_output},
         {"debug_window",&do_server_in_X11},          {"debug_window",&do_server_in_X11},
         {"message",&do_message},          {"message",&do_message},
           {"terse",&do_terse},
         {"debug_up",&debug_up},          {"debug_up",&debug_up},
         {"no_prompt",&do_quiet},          {"no_prompt",&do_quiet},
         {"asir_setenv",&asir_setenv},          {"asir_setenv",&asir_setenv},

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

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