Changeset 18c4eb in git
- Timestamp:
- Jan 8, 2014, 11:39:15 AM (10 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 7f21fbb79feef6519454a0a98aa7a2ba88e2150d
- Parents:
- a513a7c78711a42e80e8dbc33b537fc77481746c
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-01-08 11:39:15+01:00
- git-committer:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-01-08 11:39:52+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ipshell.cc
ra513a7c r18c4eb 1368 1368 if ((v->name==NULL)||(v->rtyp==0)||(v->e!=NULL)) 1369 1369 { 1370 Werror S("cannot export");1370 Werror("cannot export:%s of internal type %d",v->name,v->rtyp); 1371 1371 nok=TRUE; 1372 1372 } … … 1395 1395 ) 1396 1396 { 1397 Werror S("cannot export");1397 Werror("cannot export:%s of internal type %d",v->name,v->rtyp); 1398 1398 nok=TRUE; 1399 1399 }
Note: See TracChangeset
for help on using the changeset viewer.