diff options
Diffstat (limited to 'api/nil.h')
-rw-r--r-- | api/nil.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -4,7 +4,6 @@ #include "vm.h" extern UwUVMType uwunil_type; - -UwUVMValue uwunil_create(); +UwUVMValue uwunil_create(); #endif |