Changeset 5f3ec1 in git
- Timestamp:
- Jul 16, 2015, 5:31:27 PM (8 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 423198399ec3bae9f9713c31e87c1b192bdb50ee
- Parents:
- 4158516c746759c0f62321aa7530c008da52fb14
- Location:
- Singular
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/fevoices.cc
r415851 r5f3ec1 17 17 #include <Singular/subexpr.h> 18 18 #include <Singular/ipshell.h> 19 #include <Singular/sdb.h> 19 20 20 21 #include <stdlib.h> -
Singular/sdb.cc
r415851 r5f3ec1 244 244 "p <var> - display type and value of the variable <var>\n" 245 245 "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" 246 247 "Q - quit Singular\n"); 247 248 int i; -
Singular/tesths.cc
r415851 r5f3ec1 146 146 { 147 147 if (feOptValue(FE_OPT_SORT)) On(SW_USE_NTL_SORT); 148 #ifdef HAVE_SDB149 sdb_flags = 0;150 #endif151 148 dup2(1,2); 152 149 /* alternative:
Note: See TracChangeset
for help on using the changeset viewer.