Changeset dcda1da in git for MP


Ignore:
Timestamp:
Aug 10, 1997, 7:13:00 PM (27 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
8141412db94d6539b5ea117b6d201cf237568d0e
Parents:
b1525cd139f88d1e1009cf0f480a9bdb6b987f9e
Message:
Sun Aug 10 18:58:27 1997  Olaf Bachmann
<obachman@mathematik.uni-kl.de>


	* various changes reflecting poly manips


git-svn-id: file:///usr/local/Singular/svn/trunk@609 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • MP/MPT/MPT.h

    rb1525cd rdcda1da  
    286286
    287287extern void MPT_MoveAnnots(MPT_Node_pt from, MPT_Node_pt to);
     288extern void MPT_RemoveAnnot(MPT_Node_pt node,
     289                            MP_DictTag_t dict,
     290                            MP_AnnotType_t type);
     291#define MPT_RemoveProtoAnnot(node) \
     292MPT_RemoveAnnot(node, MP_ProtoDict, MP_AnnotProtoPrototype)
     293
    288294extern MP_Boolean_t MPT_IsTrueProtoTypeSpec(MPT_Tree_pt typespec);
    289295
Note: See TracChangeset for help on using the changeset viewer.