spielwiese
Last change
on this file since a3f0fea was
a3f0fea,
checked in by Reimer Behrends <behrends@…>, 5 years ago
|
Modify variable declarions for pSingular.
|
-
Property mode set to
100644
|
File size:
274 bytes
|
Line | |
---|
1 | /* |
---|
2 | * |
---|
3 | */ |
---|
4 | |
---|
5 | #ifndef _TYPMAP_H |
---|
6 | #define _TYPMAP_H |
---|
7 | |
---|
8 | /* MYYSTYPE avoids including of Singular's struct.h, which is not needed. */ |
---|
9 | #define MYYSTYPE |
---|
10 | #include <Singular/tok.h> |
---|
11 | #undef MYYSTYPE |
---|
12 | |
---|
13 | EXTERN_VAR char type_conv[MAX_TOK][32]; |
---|
14 | void init_type_conv() ; |
---|
15 | |
---|
16 | |
---|
17 | #endif /* _TYPMAP_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.