Changeset a5b80a in git for kernel/misc.cc
- Timestamp:
- Jul 19, 2011, 2:37:16 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- e6e2198ed93af775c39a664d74d4d9deadd803ab
- Parents:
- f5b40a5240099ec94e748dacf7211d46ec4ca59a
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-07-19 14:37:16+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:40:24+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/misc.cc
rf5b40a ra5b80a 6 6 */ 7 7 8 #include <string.h>9 #include <unistd.h>10 #include <stdio.h>11 #include <stddef.h>12 #include <stdlib.h>13 #include <time.h>14 15 8 #include <kernel/mod2.h> 16 #include <omalloc/mylimits.h>17 #include <omalloc/omalloc.h>18 #include <kernel/structs.h>19 #include <misc/options.h>20 #include <kernel/febase.h>21 //#include "cntrlc.h"22 #include "kstd1.h"23 #include "timer.h"24 #include <misc/intvec.h>25 #include <polys/monomials/ring.h>26 #include <polys/templates/p_Procs.h>27 #include "kversion.h"28 29 //#ifdef HAVE_LIBPARSER30 //# include "libparse.h"31 //#endif /* HAVE_LIBPARSER */32 9 33 10 #ifdef HAVE_FACTORY … … 40 17 41 18 #include <coeffs/si_gmp.h> 19 #include <omalloc/omalloc.h> 42 20 43 21 #ifdef HAVE_MPSR … … 45 23 #endif 46 24 47 /* init bins from structs.h*/25 /* init bins */ 48 26 49 omBin char_ptr_bin = omGetSpecBin(sizeof(char _ptr));27 omBin char_ptr_bin = omGetSpecBin(sizeof(char*)); 50 28 51 29 /*0 implementation*/
Note: See TracChangeset
for help on using the changeset viewer.