diff options
Diffstat (limited to 'lib/core/hotcodereloading.nim')
-rw-r--r-- | lib/core/hotcodereloading.nim | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/core/hotcodereloading.nim b/lib/core/hotcodereloading.nim index 118e7f25c..7458b3996 100644 --- a/lib/core/hotcodereloading.nim +++ b/lib/core/hotcodereloading.nim @@ -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 |