Changeset c8a1b2 in git
- Timestamp:
- May 4, 2011, 12:29:41 PM (12 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 4173c743f8fca0f499b55fc60e21623199cb2dac
- Parents:
- ab4929317aa0d9aa2b1b46e34ff5a40d1626cd0c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/iparith.cc
rab4929 rc8a1b2 996 996 static BOOLEAN jjDIVMOD_I(leftv res, leftv u, leftv v) 997 997 { 998 if (iiOp=='/') WarnS("int division with `/`: use `div` instead"); 998 999 int a= (int)(long)u->Data(); 999 1000 int b= (int)(long)v->Data();
Note: See TracChangeset
for help on using the changeset viewer.