Changeset 3b5f77 in git
- Timestamp:
- Feb 5, 2007, 6:10:50 PM (16 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 028e0a9e9c0c1038f771ac643351540cd048cd26
- Parents:
- 9d963d1214d7ce4074d080698dd5f8e8015045bd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ipassign.cc
r9d963d1 r3b5f77 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: ipassign.cc,v 1.8 8 2007-01-31 23:56:34 motsakExp $ */4 /* $Id: ipassign.cc,v 1.89 2007-02-05 17:10:50 Singular Exp $ */ 5 5 6 6 /* … … 798 798 if (!errorreported) 799 799 { 800 Werror("`%s` = `%s` is not supported" 800 if ((l->rtyp==IDHDL) && (l->e==NULL)) 801 Werror("`%s`(%s) = `%s` is not supported", 802 Tok2Cmdname(lt),l->Name(),Tok2Cmdname(rt)); 803 else 804 Werror("`%s` = `%s` is not supported" 801 805 ,Tok2Cmdname(lt),Tok2Cmdname(rt)); 802 806 if (BVERBOSE(V_SHOW_USE))
Note: See TracChangeset
for help on using the changeset viewer.