last stdlib cleanups

This commit is contained in:
Araq
2019-09-20 20:22:37 +02:00
committed by Andreas Rumpf
parent 9776f926a2
commit 5abe880469
31 changed files with 136 additions and 42 deletions

View File

@@ -7,6 +7,8 @@
# distribution, for details about the copyright.
#
## Unstable API.
type
AllocatorFlag* {.pure.} = enum ## flags describing the properties of the allocator
ThreadLocal ## the allocator is thread local only.

View File

@@ -1,3 +1,14 @@
#
#
# Nim's Runtime Library
# (c) Copyright 2019 Nim contributors
#
# See the file "copying.txt", included in this
# distribution, for details about the copyright.
#
## Unstable API.
when defined(hotcodereloading):
import
macros