Changeset 5f3ec1 in git for Singular


Ignore:
Timestamp:
Jul 16, 2015, 5:31:27 PM (9 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
423198399ec3bae9f9713c31e87c1b192bdb50ee
Parents:
4158516c746759c0f62321aa7530c008da52fb14
Message:
activate sdb again
Location:
Singular
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • Singular/fevoices.cc

    r415851 r5f3ec1  
    1717#include <Singular/subexpr.h>
    1818#include <Singular/ipshell.h>
     19#include <Singular/sdb.h>
    1920
    2021#include <stdlib.h>
  • Singular/sdb.cc

    r415851 r5f3ec1  
    244244          "p <var> - display type and value of the variable <var>\n"
    245245          "q <flags> - quit debugger, set debugger flags(0,1,2)\n"
     246          "   0: stop debug, 1:continue, 2: throw an error, return to toplevel\n"
    246247          "Q - quit Singular\n");
    247248          int i;
  • Singular/tesths.cc

    r415851 r5f3ec1  
    146146  {
    147147    if (feOptValue(FE_OPT_SORT)) On(SW_USE_NTL_SORT);
    148 #ifdef HAVE_SDB
    149     sdb_flags = 0;
    150 #endif
    151148    dup2(1,2);
    152149    /* alternative:
Note: See TracChangeset for help on using the changeset viewer.