Changeset da8702 in git for Singular/feOpt.cc


Ignore:
Timestamp:
Aug 19, 2010, 5:40:48 PM (14 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
6eccc9f59310fd742d647804c6de7278f02d0b4b
Parents:
aa41157ad14a8f3814a8828a44faeeb674508a1b
Message:
code cleanup: removed HAVE_FGLM, HAVE_TCL

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

Legend:

Unmodified
Added
Removed
  • Singular/feOpt.cc

    raa4115 rda8702  
    112112   0,          "Print extended version and configuration info",        feOptUntyped,    0,      0},
    113113
    114 #ifdef HAVE_TCL
    115   {"tclmode",           no_argument,        'x',
    116    0,          "Run in TCL mode, i.e., with TCL user interface",       feOptBool,    0,      0},
    117 #endif
    118114
    119115  {"allow-net",         no_argument,        LONG_OPTION_RETURN,
     
    394390        return NULL;
    395391
    396 #ifdef HAVE_TCL
    397       case FE_OPT_TCLMODE:
    398         if (feOptSpec[FE_OPT_TCLMODE].value)
    399         {
    400           tclmode = TRUE;
    401           fe_fgets_stdin=fe_fgets_tcl;
    402           verbose|=Sy_bit(V_SHOW_MEM);
    403         }
    404         return NULL;
    405 #endif
    406 
    407392      case FE_OPT_ECHO:
    408393        si_echo = (int) ((long)(feOptSpec[FE_OPT_ECHO].value));
Note: See TracChangeset for help on using the changeset viewer.