summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--compiler/vmops.nim3
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/vmops.nim b/compiler/vmops.nim
index 49b853790..be2c6f27a 100644
--- a/compiler/vmops.nim
+++ b/compiler/vmops.nim
@@ -24,7 +24,8 @@ when declared(math.signbit):
 
 
 from std/envvars import getEnv, existsEnv, delEnv, putEnv, envPairs
-from std/os import walkDir, getAppFilename, dirExists, fileExists
+from std/os import walkDir, getAppFilename
+from std/private/oscommon import dirExists, fileExists
 
 from std/times import cpuTime
 from std/hashes import hash
5dde4cb02d63c1cf07884413e4d4d0b7aa32'>^
2dc35a08 ^
b3d031a9 ^

bd0ede8d ^
b3d031a9 ^
bd0ede8d ^


b68d28c1 ^
b3d031a9 ^
d1a1173d ^


bd0ede8d ^


b68d28c1 ^
d1a1173d ^













bedfed3d ^
d1a1173d ^




bedfed3d ^
d1a1173d ^



058a7ebe ^












1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61