Changeset 57c64ff in git for Singular/attrib.cc


Ignore:
Timestamp:
Sep 30, 2010, 11:10:53 AM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'd0474371d8c5d8068ab70bfb42719c97936b18a6')
Children:
d2ea299b0b4e5a97bdd5d6bd73f96ec8a53ee4bf
Parents:
47cb36e93c0c44e285dba9e1ebfe7a3376cdedec
Message:
Singularg and Singular shluld not behave differently

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

Legend:

Unmodified
Added
Removed
  • Singular/attrib.cc

    r47cb36e r57c64ff  
    104104  h->atyp = t;
    105105#ifdef TEST
    106   ::Print("set attr >>%s<< of type %s\n",h->name, Tok2Cmdname(t));
     106  //::Print("set attr >>%s<< of type %s\n",h->name, Tok2Cmdname(t));
    107107#endif
    108108  return  result;
     
    117117    {
    118118#ifdef TEST
    119       ::Print("get attr >>%s<< of type %s\n",h->name, Tok2Cmdname(h->atyp));
     119      //::Print("get attr >>%s<< of type %s\n",h->name, Tok2Cmdname(h->atyp));
    120120#endif
    121121      return h;
Note: See TracChangeset for help on using the changeset viewer.