Changeset 46e47be in git for Singular/ipid.h


Ignore:
Timestamp:
Sep 25, 2006, 4:22:15 PM (17 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
3d7b7f7889948eeab688417ca57534318fb03ce0
Parents:
87e2f3d8dc1af3f5e52abab1eb86dfb93bb94004
Message:
*krueger: SModulFunctions


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

Legend:

Unmodified
Added
Removed
  • Singular/ipid.h

    r87e2f3 r46e47be  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: ipid.h,v 1.41 2003-12-10 16:57:14 Singular Exp $ */
     6/* $Id: ipid.h,v 1.42 2006-09-25 14:22:15 Singular Exp $ */
    77/*
    88* ABSTRACT: identfier handling
     
    6060extern proclevel *procstack;
    6161
     62typedef struct
     63{
     64  int (*iiAddCproc)(char *libname, char *procname, BOOLEAN pstatic,
     65                    BOOLEAN(*func)(leftv res, leftv v));
     66  int (*iiArithAddCmd)(char *szName, short nAlias, short nTokval,
     67                       short nToktype, short nPos);
     68
     69} SModulFunctions;
     70
     71
    6272/*extern idhdl      currRingHdl; in structs.h */
    6373/*extern ring     currRing;  in structs.h */
Note: See TracChangeset for help on using the changeset viewer.