Changeset e813875 in git for Singular/ipid.h


Ignore:
Timestamp:
Apr 7, 2010, 4:50:59 PM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
1bc9c40d54dd6fb1db62e53560cfc0c029e9fa06
Parents:
7249440a8b31fbbb1b4a4269cdfcf46991bd39bb
Message:
idrec -> idrec.h

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

Legend:

Unmodified
Added
Removed
  • Singular/ipid.h

    r724944 re813875  
    1010#include <string.h>
    1111#include "structs.h"
     12#include "idrec.h"
    1213#include "subexpr.h"
    1314
     
    7980char *idhdl2id(idhdl pck, idhdl h);
    8081void  iiname2hdl(const char *name, idhdl *pck, idhdl *id);
    81 idhdl enterid(const char * a, int lev, idtyp t, idhdl* root, BOOLEAN init=TRUE);
     82idhdl enterid(const char * a, int lev, int t, idhdl* root, BOOLEAN init=TRUE);
    8283idhdl ggetid(const char *n);
    8384idhdl ggetid(const char *n, BOOLEAN local, idhdl *packhdl);
Note: See TracChangeset for help on using the changeset viewer.