Changeset b45d97 in git for Singular/ipprint.cc
- Timestamp:
- Apr 17, 1999, 2:30:24 PM (24 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- a79a12873c307b35db5462af26c49d5b594af644
- Parents:
- 458bd67f21def86763df6137584fe9c0d9fa9a66
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ipprint.cc
r458bd6 rb45d97 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: ipprint.cc,v 1. 8 1998-11-16 08:41:17Singular Exp $ */4 /* $Id: ipprint.cc,v 1.9 1999-04-17 12:30:18 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: interpreter: printing … … 97 97 { 98 98 pString(m->m[i]); 99 ss=StringAppend (",");99 ss=StringAppendS(","); 100 100 if ((int)strlen(ss)>colmax) s[i]=NULL; 101 101 else s[i]=mstrdup(ss);
Note: See TracChangeset
for help on using the changeset viewer.