Changeset bb354a in git
- Timestamp:
- Mar 15, 1999, 5:18:53 PM (25 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- e406de2ee90b6acebc0ab0171fa7c1172a3d3e09
- Parents:
- 15bd3be9826f115fa6289fdf5315b869528518f5
- Location:
- Singular
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/clapsing.cc
r15bd3be rbb354a 3 3 * Computer Algebra System SINGULAR * 4 4 ****************************************/ 5 // $Id: clapsing.cc,v 1.4 7 1999-03-15 13:58:30Singular Exp $5 // $Id: clapsing.cc,v 1.48 1999-03-15 16:18:51 Singular Exp $ 6 6 /* 7 7 * ABSTRACT: interface between Singular and factory … … 271 271 return NULL; 272 272 } 273 if ((f==NULL) || (g==NULL)) 274 return NULL; 273 275 // for now there is only the possibility to handle polynomials over 274 276 // Q and Fp ... -
Singular/ipid.cc
r15bd3be rbb354a 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: ipid.cc,v 1. 29 1998-12-10 13:14:23 krueger Exp $ */4 /* $Id: ipid.cc,v 1.30 1999-03-15 16:18:52 Singular Exp $ */ 5 5 6 6 /* … … 229 229 Warn("1 redefining %s **",s); 230 230 #else 231 Warn(" 231 Warn("redefining %s **",s); 232 232 #endif 233 233 #ifdef HAVE_NAMESPACES … … 259 259 Warn("2 redefining %s **",s); 260 260 #else 261 Warn(" 261 Warn("redefining %s **",s); 262 262 #endif 263 263 IDID(h)=NULL; … … 295 295 Warn("3 redefining %s **",s); 296 296 #else 297 Warn(" 297 Warn("redefining %s **",s); 298 298 #endif 299 299 IDID(h)=NULL; -
Singular/ipshell.cc
r15bd3be rbb354a 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: ipshell.cc,v 1.3 7 1999-03-11 15:58:06Singular Exp $ */4 /* $Id: ipshell.cc,v 1.38 1999-03-15 16:18:53 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: … … 888 888 Warn("!!! redefining %s",IDID(h)); 889 889 #else 890 Warn(" 890 Warn("redefining %s",IDID(h)); 891 891 #endif 892 892 } -
Singular/subexpr.cc
r15bd3be rbb354a 424 424 if (next!=NULL) 425 425 { 426 next->name=NULL;426 //next->name=NULL; 427 427 next->CleanUp(); 428 428 Free((ADDRESS)next,sizeof(sleftv));
Note: See TracChangeset
for help on using the changeset viewer.