spielwiese
Last change
on this file since f5b40a was
f5b40a,
checked in by Hans Schoenemann <hannes@…>, 12 years ago
|
use kernel/mod2.h everythere
|
-
Property mode set to
100644
|
File size:
532 bytes
|
Line | |
---|
1 | /* |
---|
2 | * $Id$ |
---|
3 | * part of modgen |
---|
4 | */ |
---|
5 | |
---|
6 | #include <kernel/mod2.h> |
---|
7 | #include <Singular/tok.h> |
---|
8 | #include <Singular/ipid.h> |
---|
9 | //#include <mmemory.h> |
---|
10 | #include <kernel/febase.h> |
---|
11 | #include <Singular/subexpr.h> |
---|
12 | //#include <utils.h> |
---|
13 | |
---|
14 | #include <kernel/structs.h> |
---|
15 | #include <Singular/ipconv.h> |
---|
16 | |
---|
17 | BOOLEAN jjANY2LIST(leftv res, leftv v, int cnt); |
---|
18 | |
---|
19 | #if 0 |
---|
20 | extern "C" |
---|
21 | { |
---|
22 | void Print(char* fmt, ...); |
---|
23 | void PrintLn(); |
---|
24 | void PrintS(char* s); |
---|
25 | |
---|
26 | void Werror(char *fmt, ...); |
---|
27 | void WerrorS(const char *s); |
---|
28 | } |
---|
29 | #endif |
---|
30 | |
---|
31 | const char *Tok2Cmdname( int tok); |
---|
Note: See
TracBrowser
for help on using the repository browser.