Changeset 0a5f34 in git for Singular/iparith.cc
- Timestamp:
- Jul 12, 1999, 8:24:57 PM (24 years ago)
- Branches:
- (u'spielwiese', 'd0474371d8c5d8068ab70bfb42719c97936b18a6')
- Children:
- e202148165f594419822417d29c7ed3dac92e205
- Parents:
- bd2b936e6ce85659d06f83be3f38a76bb657842f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/iparith.cc
rbd2b93 r0a5f34 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: iparith.cc,v 1.1 59 1999-07-09 15:27:26Singular Exp $ */4 /* $Id: iparith.cc,v 1.160 1999-07-12 18:24:57 Singular Exp $ */ 5 5 6 6 /* … … 1573 1573 else 1574 1574 { 1575 Werror(" %s undefined in %s",v->Fullname(),u->Fullname());1575 Werror("identifier %s not found in %s",v->Fullname(),u->Fullname()); 1576 1576 } 1577 1577 return TRUE;
Note: See TracChangeset
for help on using the changeset viewer.