]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/run.cpp
Put brackets around ipv6 addresses in `inet6 present`
[factor.git] / vm / run.cpp
index 098175cc6489fd913e189619ab2ebed493f8edf9..7d9ead8a72c073b8a8df61cb57b443c01df37794 100644 (file)
@@ -2,10 +2,10 @@
 
 namespace factor {
 
-void factor_vm::primitive_exit() { exit((int) to_fixnum(ctx->pop())); }
+void factor_vm::primitive_exit() { exit((int)to_fixnum(ctx->pop())); }
 
 void exit(int status) {
-  factor_vm::close_console();
+  close_console();
   ::exit(status);
 }