Changeset 714312 in git
- Timestamp:
- Sep 19, 2008, 4:06:00 PM (15 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- d3a49c9895028faa79301533c6ebb36538ad2d02
- Parents:
- c21608da74a7ca2f7c79bd4e75836f62b8ef460d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/attrib.cc
rc21608 r714312 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: attrib.cc,v 1. 29 2008-08-13 15:16:23Singular Exp $ */4 /* $Id: attrib.cc,v 1.30 2008-09-19 14:06:00 Singular Exp $ */ 5 5 6 6 /* … … 81 81 #ifdef TEST 82 82 default: 83 ::Print("at-set: unknown type \n",atyp); /* DEBUG */83 ::Print("at-set: unknown type(%d)\n",atyp); /* DEBUG */ 84 84 #endif 85 85 } /* end switch: (atyp) */ … … 219 219 #ifdef TEST 220 220 default: 221 ::Print("atKill: unknown type \n",atyp); /* DEBUG */221 ::Print("atKill: unknown type(%d)\n",atyp); /* DEBUG */ 222 222 #endif 223 223 } /* end switch: (atyp) */
Note: See TracChangeset
for help on using the changeset viewer.