Changeset 88479ff in git
- Timestamp:
- Aug 10, 2011, 7:15:23 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- 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
- Files:
-
- 2 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 *); -
kernel/mod2.h
r3d9165 r88479ff 16 16 #define SINGULAR_SUB_VERSION 0 17 17 #define S_ROOT_DIR "" 18 19 /* Define version date as a string - temporarily*/ 20 #define S_VERSION2 "" 18 21 19 22 /*******************************************************************
Note: See TracChangeset
for help on using the changeset viewer.