source: git/Singular/locals.h @ 4676d5

spielwiese
Last change on this file since 4676d5 was 4676d5, checked in by Oleksandr Motsak <motsak@…>, 10 years ago
Moved timer.*, feread.cc and febase.* from /kernel/ to /Singular/ (also corrected the option(prot); handling) NOTE: also removes line breakes and timings in the output due to option (prot), which were unaccounted and undocumented
  • Property mode set to 100644
File size: 528 bytes
RevLine 
[48c1b64]1/*
[0c0e4f]2 * part of modgen
[48c1b64]3 */
4
[762407]5// #include <kernel/mod2.h>
[0c0e4f]6#include <Singular/tok.h>
7#include <Singular/ipid.h>
[48c1b64]8//#include <mmemory.h>
[4676d5]9#include <Singular/febase.h>
[0c0e4f]10#include <Singular/subexpr.h>
[48c1b64]11//#include <utils.h>
[237b3e4]12
[0c0e4f]13#include <kernel/structs.h>
[562b0c9]14#include <Singular/ipconv.h>
[48c1b64]15
16BOOLEAN jjANY2LIST(leftv res, leftv v, int cnt);
17
18#if 0
[a9c298]19extern "C"
[48c1b64]20{
21  void   Print(char* fmt, ...);
22  void   PrintLn();
23  void   PrintS(char* s);
24
25  void   Werror(char *fmt, ...);
26  void   WerrorS(const char *s);
27}
28#endif
29
[85e68dd]30const char *Tok2Cmdname( int tok);
Note: See TracBrowser for help on using the repository browser.