Changeset a53ae5 in git for Singular/ipid.h


Ignore:
Timestamp:
Oct 26, 2010, 1:30:57 PM (14 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
9fb928acbc894e6a14185499aa5c1b742dd13cd8
Parents:
7ec061457a32276f5631a769c22351460d82ff0e
Message:
fix redefining for staic proc

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

Legend:

Unmodified
Added
Removed
  • Singular/ipid.h

    r7ec0614 ra53ae5  
    8484char *idhdl2id(idhdl pck, idhdl h);
    8585void  iiname2hdl(const char *name, idhdl *pck, idhdl *id);
    86 idhdl enterid(const char * a, int lev, int t, idhdl* root, BOOLEAN init=TRUE);
     86idhdl enterid(const char * a, int lev, int t, idhdl* root, BOOLEAN init=TRUE, BOOLEAN serach=TRUE);
    8787idhdl ggetid(const char *n);
    8888idhdl ggetid(const char *n, BOOLEAN local, idhdl *packhdl);
Note: See TracChangeset for help on using the changeset viewer.