source: git/Singular/locals.h @ 411e002

fieker-DuValspielwiese
Last change on this file since 411e002 was da8702, checked in by Hans Schoenemann <hannes@…>, 14 years ago
code cleanup: removed HAVE_FGLM, HAVE_TCL git-svn-id: file:///usr/local/Singular/svn/trunk@13133 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 534 bytes
RevLine 
[48c1b64]1/*
[341696]2 * $Id$
[0c0e4f]3 * part of modgen
[48c1b64]4 */
5
[0c0e4f]6#include <Singular/mod2.h>
7#include <Singular/tok.h>
8#include <Singular/ipid.h>
[48c1b64]9//#include <mmemory.h>
[0c0e4f]10#include <kernel/febase.h>
11#include <Singular/subexpr.h>
[48c1b64]12//#include <utils.h>
[237b3e4]13
[0c0e4f]14#include <kernel/structs.h>
[562b0c9]15#include <Singular/ipconv.h>
[48c1b64]16
17BOOLEAN jjANY2LIST(leftv res, leftv v, int cnt);
18
19#if 0
20extern "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
[85e68dd]31const char *Tok2Cmdname( int tok);
Note: See TracBrowser for help on using the repository browser.