Changeset e25346 in git for Singular/ipshell.h


Ignore:
Timestamp:
Sep 18, 2014, 3:02:40 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
6444d6389c28adc3ffe071f6db085827f420f358
Parents:
5b53cb58091cb3a67624dc9a430ac91504effa28
Message:
add: table interface for iiAddCproc: 1 arg.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/ipshell.h

    r5b53cb re25346  
    250250
    251251BOOLEAN iiTestAssume(leftv a, leftv b);
    252 #endif
    253 
     252
     253/* table inteface for iiAddCproc */
     254BOOLEAN iiExprArith1Tab(leftv res, leftv a, int op, struct sValCmd1* dArith1, int i);
     255#endif
     256
Note: See TracChangeset for help on using the changeset viewer.