Changeset 88479ff in git for Singular/tesths.cc
- Timestamp:
- Aug 10, 2011, 7:15:23 PM (12 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- b1ca9992c1a4e67c4f6161015c9bb3efd24c96f4
- Parents:
- 3d916556bc99e6cc5dda30a490bf9d639de87c93
- git-author:
- Burcin Erocal <burcin@erocal.org>2011-08-10 19:15:23+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:19:13+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/tesths.cc
r3d9165 r88479ff 8 8 */ 9 9 10 #include <misc/options.h> 11 #include <misc/auxiliary.h> 12 #ifdef HAVE_FACTORY 13 #define SI_DONT_HAVE_GLOBAL_VARS 14 #include <factory/factory.h> 15 #endif 16 17 #include <kernel/mod2.h> 18 #include <Singular/tok.h> 10 19 #include <unistd.h> 11 20 #include <string.h> 12 #include <stdio.h>13 21 #include <stddef.h> 14 22 #include <stdlib.h> 15 23 #include <time.h> 16 24 #include <errno.h> 17 #include <kernel/mod2.h> 18 #include <Singular/tok.h> 19 #include <misc/options.h> 25 20 26 #include <Singular/ipshell.h> 21 27 #include <kernel/febase.h> … … 35 41 #include <Singular/pyobject_setup.h> 36 42 #include <omalloc/omalloc.h> 43 #include <kernel/mmalloc.h> 37 44 38 45 #ifdef HAVE_FANS … … 41 48 #endif 42 49 43 #ifdef HAVE_FACTORY44 #define SI_DONT_HAVE_GLOBAL_VARS45 #include <factory/factory.h>46 #endif47 50 48 51 extern int siInit(char *);
Note: See TracChangeset
for help on using the changeset viewer.