about summary refs log tree commit diff
path: root/std
diff options
context:
space:
mode:
Diffstat (limited to 'std')
-rw-r--r--std/mem.pry (renamed from std/mem.src)2
-rw-r--r--std/stdlib.pry (renamed from std/stdlib.src)0
2 files changed, 1 insertions, 1 deletions
diff --git a/std/mem.src b/std/mem.pry
index 3bb1a0a..75f3d1d 100644
--- a/std/mem.src
+++ b/std/mem.pry
@@ -2,7 +2,7 @@ extern calloc = (i64, i64) => *void;
 extern realloc = (*void, i64) => *void;
 extern free = (*void) => void;
 
-import "!stdlib.src";
+import "!stdlib.pry";
 
 let arena = struct {
 	buf: *void,
diff --git a/std/stdlib.src b/std/stdlib.pry
index aecd4df..aecd4df 100644
--- a/std/stdlib.src
+++ b/std/stdlib.pry