]> git.lizzy.rs Git - uwu-lang.git/blobdiff - api/nil.h
Unify value types
[uwu-lang.git] / api / nil.h
index 22df64064c70564988f3633d45e9a704a9933e39..014be45c607483bca8d825a76d9d83b3f6121e90 100644 (file)
--- a/api/nil.h
+++ b/api/nil.h
@@ -3,7 +3,7 @@
 
 #include "vm.h"
 
-extern UwUVMNativeType uwunil_type;
+extern UwUVMType uwunil_type;
 
 UwUVMValue uwunil_create();