diff options
author | Flaviu Tamas <tamasflaviu@gmail.com> | 2015-05-26 19:33:44 -0400 |
---|---|---|
committer | Flaviu Tamas <tamasflaviu@gmail.com> | 2015-06-07 13:12:19 -0400 |
commit | be64b8d0d4fe3ab3ed339e1157a18654dca41399 (patch) | |
tree | 5b48d5c37b7c32b7262fb01d67435873a29b9409 /lib/impure/nre | |
parent | 9db6070d731330a4eb41784b04e72322851ac684 (diff) | |
download | Nim-be64b8d0d4fe3ab3ed339e1157a18654dca41399.tar.gz |
Ensure no one uses internal module
Diffstat (limited to 'lib/impure/nre')
-rw-r--r-- | lib/impure/nre/private/util.nim | 1 |
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 = |