Changeset e7d5ef in git
- Timestamp:
- Nov 22, 2011, 7:51:59 PM (12 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- aa2b525cdc4f68a1f4b17ffb3151cbdefce4a60c
- Parents:
- 383b2c8040ed35ec800955fbe83a4fe07148e872
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-22 19:51:59+01:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-23 01:23:10+01:00
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/fehelp.cc
r383b2c8 re7d5ef 17 17 18 18 #include <omalloc/omalloc.h> 19 #include < omalloc/mylimits.h>19 #include <misc/mylimits.h> 20 20 21 21 #include <kernel/febase.h> -
Singular/fevoices.cc
r383b2c8 re7d5ef 13 13 #include <stdlib.h> 14 14 #include <stdio.h> 15 #include < omalloc/mylimits.h>15 #include <misc/mylimits.h> 16 16 #include <stdarg.h> 17 17 #include <sys/stat.h> -
Singular/grammar.cc
r383b2c8 re7d5ef 319 319 320 320 #include <kernel/mod2.h> 321 #include < omalloc/mylimits.h>321 #include <misc/mylimits.h> 322 322 #include <omalloc/omalloc.h> 323 323 #include <Singular/tok.h> -
Singular/grammar.y
r383b2c8 re7d5ef 15 15 16 16 #include <kernel/mod2.h> 17 #include < omalloc/mylimits.h>17 #include <misc/mylimits.h> 18 18 #include <omalloc/omalloc.h> 19 19 #include <Singular/tok.h> -
Singular/misc_ip.cc
r383b2c8 re7d5ef 333 333 334 334 #include <omalloc/omalloc.h> 335 #include < omalloc/mylimits.h>335 #include <misc/mylimits.h> 336 336 337 337 #include <misc/options.h> -
Singular/mpsr_Get.cc
r383b2c8 re7d5ef 29 29 #include <Singular/lists.h> 30 30 31 #include <m ylimits.h>31 #include <misc/mylimits.h> 32 32 33 33 omBin mpsr_sleftv_bin = omGetSpecBin(sizeof(mpsr_sleftv)); -
Singular/mpsr_GetPoly.cc
r383b2c8 re7d5ef 16 16 17 17 #ifdef HAVE_MPSR 18 #include "mylimits.h"18 #include <misc/mylimits.h> 19 19 20 20 #include <Singular/mpsr_Get.h> -
kernel/febase.cc
r383b2c8 re7d5ef 13 13 #include <stdlib.h> 14 14 #include <stdio.h> 15 #include < omalloc/mylimits.h>15 #include <misc/mylimits.h> 16 16 #include <stdarg.h> 17 17 #include <sys/stat.h> -
kernel/kutil.cc
r383b2c8 re7d5ef 21 21 22 22 23 #include < omalloc/mylimits.h>23 #include <misc/mylimits.h> 24 24 #include <misc/options.h> 25 25 #include <polys/nc/nc.h> -
kernel/spectrum.cc
r383b2c8 re7d5ef 19 19 #endif 20 20 21 #include < omalloc/mylimits.h>21 #include <misc/mylimits.h> 22 22 23 23 #include <coeffs/numbers.h> -
kernel/syz1.cc
r383b2c8 re7d5ef 9 9 #include <kernel/mod2.h> 10 10 11 #include < omalloc/mylimits.h>11 #include <misc/mylimits.h> 12 12 #include <omalloc/omalloc.h> 13 13 -
kernel/syz3.cc
r383b2c8 re7d5ef 8 8 9 9 #include <kernel/mod2.h> 10 #include < omalloc/mylimits.h>10 #include <misc/mylimits.h> 11 11 #include <misc/options.h> 12 12 #include <omalloc/omalloc.h>
Note: See TracChangeset
for help on using the changeset viewer.