Changeset 73f3ca7 in git for Singular/ipconv.cc


Ignore:
Timestamp:
Sep 19, 2014, 5:36:59 PM (9 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
0e8dab27bf2f0f78deb06b2627bb3f13ab41e7c5768faf941b632918f43fb7b4b3300abff92ddd97
Parents:
1c5671bf0ac80d11a9c67730f239e645e50482de
Message:
chg: table interface for iiAddCproc: 1 arg
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/ipconv.cc

    r1c5671 r73f3ca7  
    298298* return FALSE on success
    299299*/
    300 BOOLEAN iiConvert (int inputType, int outputType, int index, leftv input, leftv output)
     300BOOLEAN iiConvert (int inputType, int outputType, int index, leftv input, leftv output,struct sConvertTypes *dConvertTypes)
    301301{
    302302  memset(output,0,sizeof(sleftv));
     
    421421* return 0 on failure, an index (<>0) on success
    422422*/
    423 int iiTestConvert (int inputType, int outputType)
     423int iiTestConvert (int inputType, int outputType,struct sConvertTypes *dConvertTypes)
    424424{
    425425  if ((inputType==outputType)
Note: See TracChangeset for help on using the changeset viewer.