From 4c52777ca9e52edd0bff76168d886de9757ea457 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Thu, 30 Dec 2021 16:53:37 +0100 Subject: Add :ref module and refactor type handling --- api/nil.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'api/nil.h') diff --git a/api/nil.h b/api/nil.h index 014be45..7b2a5cf 100644 --- a/api/nil.h +++ b/api/nil.h @@ -4,7 +4,6 @@ #include "vm.h" extern UwUVMType uwunil_type; - -UwUVMValue uwunil_create(); +UwUVMValue uwunil_create(); #endif -- cgit v1.2.3