Changeset 46e47be in git
- Timestamp:
- Sep 25, 2006, 4:22:15 PM (17 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 3d7b7f7889948eeab688417ca57534318fb03ce0
- Parents:
- 87e2f3d8dc1af3f5e52abab1eb86dfb93bb94004
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ipid.h
r87e2f3 r46e47be 4 4 * Computer Algebra System SINGULAR * 5 5 ****************************************/ 6 /* $Id: ipid.h,v 1.4 1 2003-12-10 16:57:14Singular Exp $ */6 /* $Id: ipid.h,v 1.42 2006-09-25 14:22:15 Singular Exp $ */ 7 7 /* 8 8 * ABSTRACT: identfier handling … … 60 60 extern proclevel *procstack; 61 61 62 typedef 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 62 72 /*extern idhdl currRingHdl; in structs.h */ 63 73 /*extern ring currRing; in structs.h */
Note: See TracChangeset
for help on using the changeset viewer.