Changeset 9cb530 in git for Singular/iparith.cc
- Timestamp:
- Nov 20, 2009, 10:51:38 AM (14 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 61ba9d04e48dd4347c6a2297b8fbd8a25b51ab3a
- Parents:
- 631b6c81789b80cf085b6b9269a246ec2c0728a1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/iparith.cc
r631b6c8 r9cb530 8700 8700 return cmds[0].name; 8701 8701 } 8702 if (tok==COMMAND) return "command"; 8702 8703 if (tok==ANY_TYPE) return "any_type"; 8703 8704 if (tok==NONE) return "nothing"; … … 8728 8729 } 8729 8730 if (tok==ANY_TYPE) return "any_type"; 8731 if (tok==COMMAND) return "command"; 8730 8732 if (tok==NONE) return "nothing"; 8731 8733 //if (tok==IFBREAK) return "if_break";
Note: See TracChangeset
for help on using the changeset viewer.