Changeset 57c64ff in git for Singular/attrib.cc
- Timestamp:
- Sep 30, 2010, 11:10:53 AM (13 years ago)
- Branches:
- (u'spielwiese', 'd0474371d8c5d8068ab70bfb42719c97936b18a6')
- Children:
- d2ea299b0b4e5a97bdd5d6bd73f96ec8a53ee4bf
- Parents:
- 47cb36e93c0c44e285dba9e1ebfe7a3376cdedec
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/attrib.cc
r47cb36e r57c64ff 104 104 h->atyp = t; 105 105 #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)); 107 107 #endif 108 108 return result; … … 117 117 { 118 118 #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)); 120 120 #endif 121 121 return h;
Note: See TracChangeset
for help on using the changeset viewer.