aboutsummaryrefslogtreecommitdiff
path: root/api/nil.h
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2021-12-30 16:53:37 +0100
committerElias Fleckenstein <eliasfleckenstein@web.de>2021-12-30 16:53:37 +0100
commit4c52777ca9e52edd0bff76168d886de9757ea457 (patch)
tree385c548fbae43f4b4764a1c32d5babe60c84aa4d /api/nil.h
parent058d954e80f83c26deb209008f11d87a5b59418e (diff)
downloaduwu-lang-4c52777ca9e52edd0bff76168d886de9757ea457.tar.xz
Add :ref module and refactor type handling
Diffstat (limited to 'api/nil.h')
-rw-r--r--api/nil.h3
1 files changed, 1 insertions, 2 deletions
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