Changeset de6147 in git


Ignore:
Timestamp:
May 25, 1998, 5:32:13 PM (25 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
Children:
90e403fe7c8457a844aa3c48aee588fab5867816
Parents:
96d379affdb8a8f97001bafb9ed80472a7af162f
Message:
* hannes: tcl-fixes


git-svn-id: file:///usr/local/Singular/svn/trunk@1981 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/tesths.cc

    r96d379 rde6147  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: tesths.cc,v 1.43 1998-05-20 07:52:24 obachman Exp $ */
     4/* $Id: tesths.cc,v 1.44 1998-05-25 15:32:13 Singular Exp $ */
    55
    66/*
     
    112112  {LON_VERSION,     0,          "Print extended version and configuration info",        0},
    113113#ifdef HAVE_TCL
    114   {LON_TCLMODE      0,          "Run in TCL mode, i.e., with TCL user interface",       0},
     114  {LON_TCLMODE,     0,          "Run in TCL mode, i.e., with TCL user interface",       0},
    115115#endif
    116116  {LON_ECHO,        "VAL",      "Set value of variable `echo' to (integer) VAL",        ""},
     
    333333#ifdef HAVE_TCL
    334334          tclmode = TRUE;
    335           mainSetSingOptionValue(LON_TCL-MODE, (char*) 1);
     335          mainSetSingOptionValue(LON_TCLMODE, (char*) 1);
    336336          break;
    337337#else
Note: See TracChangeset for help on using the changeset viewer.