Changeset 6ea48d in git
- Timestamp:
- Jan 21, 2008, 7:04:48 PM (15 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 0ffce332c594302f017fa7d64d16013e1ef8c724
- Parents:
- a2f282249ec19cfc23097e0a535f65c7b4cf87fa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/iparith.cc
ra2f282 r6ea48d 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: iparith.cc,v 1.46 4 2008-01-21 11:19:52Singular Exp $ */4 /* $Id: iparith.cc,v 1.465 2008-01-21 18:04:48 Singular Exp $ */ 5 5 6 6 /* … … 7506 7506 if (proccall) 7507 7507 { 7508 Werror("%s(`%s`,`%s`) is not supported"7508 Werror("%s(`%s`,`%s`) failed" 7509 7509 ,s,Tok2Cmdname(at),Tok2Cmdname(bt)); 7510 7510 } 7511 7511 else 7512 7512 { 7513 Werror("`%s` %s `%s` is not supported"7513 Werror("`%s` %s `%s` failed" 7514 7514 ,Tok2Cmdname(at),s,Tok2Cmdname(bt)); 7515 7515 } … … 7696 7696 i=ti; 7697 7697 char *s = iiTwoOps(op); 7698 Werror("%s(`%s`) is not supported"7698 Werror("%s(`%s`) failed" 7699 7699 ,s,Tok2Cmdname(at)); 7700 7700 if (BVERBOSE(V_SHOW_USE)) … … 7880 7880 while ((dArith3[i].cmd!=op)&&(dArith3[i].cmd!=0)) i++; 7881 7881 char *s = iiTwoOps(op); 7882 Werror("%s(`%s`,`%s`,`%s`) is not supported"7882 Werror("%s(`%s`,`%s`,`%s`) failed" 7883 7883 ,s,Tok2Cmdname(at),Tok2Cmdname(bt),Tok2Cmdname(ct)); 7884 7884 if (BVERBOSE(V_SHOW_USE)) … … 8025 8025 { 8026 8026 char *s = iiTwoOps(op); 8027 Werror("%s(...) is not supported",s);8027 Werror("%s(...) failed",s); 8028 8028 } 8029 8029 }
Note: See TracChangeset
for help on using the changeset viewer.