summary refs log tree commit diff stats
path: root/lib/impure/nre
diff options
context:
space:
mode:
authorFlaviu Tamas <tamasflaviu@gmail.com>2015-05-26 19:33:44 -0400
committerFlaviu Tamas <tamasflaviu@gmail.com>2015-06-07 13:12:19 -0400
commitbe64b8d0d4fe3ab3ed339e1157a18654dca41399 (patch)
tree5b48d5c37b7c32b7262fb01d67435873a29b9409 /lib/impure/nre
parent9db6070d731330a4eb41784b04e72322851ac684 (diff)
downloadNim-be64b8d0d4fe3ab3ed339e1157a18654dca41399.tar.gz
Ensure no one uses internal module
Diffstat (limited to 'lib/impure/nre')
-rw-r--r--lib/impure/nre/private/util.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/impure/nre/private/util.nim b/lib/impure/nre/private/util.nim
index 00fd40fac..253bfada7 100644
--- a/lib/impure/nre/private/util.nim
+++ b/lib/impure/nre/private/util.nim
@@ -1,3 +1,4 @@
+## INTERNAL FILE FOR USE ONLY BY nre.nim.
 import tables
 
 proc fget*[K, V](self: Table[K, V], key: K): V =