From be64b8d0d4fe3ab3ed339e1157a18654dca41399 Mon Sep 17 00:00:00 2001 From: Flaviu Tamas Date: Tue, 26 May 2015 19:33:44 -0400 Subject: [PATCH] Ensure no one uses internal module --- lib/impure/nre/private/util.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/impure/nre/private/util.nim b/lib/impure/nre/private/util.nim index 00fd40fac9..253bfada78 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 =