Changeset 0e5dde in git for MP/MPT


Ignore:
Timestamp:
Nov 23, 1998, 12:04:59 PM (26 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
6cac1b02e25d25026aad95ff33638bde646607e0
Parents:
7b68dad986a23f68c3b877565974c020ecd1ffdf
Message:
* introduces EXTERNAL_MEMORY (--with-malloc=HEADER)


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

Legend:

Unmodified
Added
Removed
  • MP/MPT/MPT.h

    r7b68dad r0e5dde  
    1919 *
    2020 ***************************************************************/
    21 typedef struct MPT_Tree_t MPT_Tree_t;
     21struct MPT_Tree_t;
    2222typedef MPT_Tree_t * MPT_Tree_pt;
    2323
    24 typedef struct MPT_Node_t MPT_Node_t;
     24struct MPT_Node_t;
    2525typedef MPT_Node_t * MPT_Node_pt;
    2626
    27 typedef struct MPT_Annot_t MPT_Annot_t;
     27struct MPT_Annot_t;
    2828typedef MPT_Annot_t * MPT_Annot_pt;
    2929
     
    3131typedef MPT_Arg_t * MPT_Arg_pt;
    3232
    33 typedef struct MPT_Union_t MPT_Union_t;
     33struct MPT_Union_t;
    3434typedef MPT_Union_t * MPT_Union_pt;
    3535
    36 typedef struct MPT_DynArgs_t MPT_DynArgs_t;
     36struct MPT_DynArgs_t;
    3737typedef MPT_DynArgs_t * MPT_DynArgs_pt;
    3838
Note: See TracChangeset for help on using the changeset viewer.