Changeset 9cb530 in git for Singular/iparith.cc


Ignore:
Timestamp:
Nov 20, 2009, 10:51:38 AM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
61ba9d04e48dd4347c6a2297b8fbd8a25b51ab3a
Parents:
631b6c81789b80cf085b6b9269a246ec2c0728a1
Message:
*hannes: debug stuff

git-svn-id: file:///usr/local/Singular/svn/trunk@12303 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/iparith.cc

    r631b6c8 r9cb530  
    87008700    return cmds[0].name;
    87018701  }
     8702  if (tok==COMMAND) return "command";
    87028703  if (tok==ANY_TYPE) return "any_type";
    87038704  if (tok==NONE) return "nothing";
     
    87288729  }
    87298730  if (tok==ANY_TYPE) return "any_type";
     8731  if (tok==COMMAND) return "command";
    87308732  if (tok==NONE) return "nothing";
    87318733  //if (tok==IFBREAK) return "if_break";
Note: See TracChangeset for help on using the changeset viewer.