diff options
author | Manuel Mohr <manuel.mohr@kit.edu> | 2015-10-13 17:35:17 +0200 |
---|---|---|
committer | Manuel Mohr <manuel.mohr@kit.edu> | 2015-10-13 17:35:17 +0200 |
commit | d13fb298eb0daa89156686697746198f7c10ba4b (patch) | |
tree | d347ce89002d4a394c67d30bbb7a91f247172fe7 | |
parent | 9d7bfae28b6bb0d6db4718457a2ce5d77a67ec36 (diff) |
Remove workaround: by now, stroull is provided.
-rw-r--r-- | include/private/gcconfig.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/private/gcconfig.h b/include/private/gcconfig.h index 70026e3..9631282 100644 --- a/include/private/gcconfig.h +++ b/include/private/gcconfig.h @@ -557,7 +557,6 @@ # define DONT_USE_ATEXIT # define NO_GETENV -# define STRTOULL(x,y,z) ULONG_MAX # define GC_NO_FINALIZATION # define HBLKSIZE 4096 |