shithub: sl

Download patch

ref: f564f8b53a359a07c6a47f24414664f002ed32ca
parent: d85a5bed47c0f3bac175f3a5e8c8a8016e568d15
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Mon Dec 23 20:54:26 EST 2024

vm-stats: remove the earmuffs

--- a/flisp.c
+++ b/flisp.c
@@ -2214,7 +2214,7 @@
 	return FL_void;
 }
 
-BUILTIN("*vm-stats*", vm_stats)
+BUILTIN("vm-stats", vm_stats)
 {
 	USED(args);
 	argcount(nargs, 0);
--- a/test/torture.scm
+++ b/test/torture.scm
@@ -17,4 +17,4 @@
 (write (eval longg))
 (newline)
 
-(*vm-stats*)
+(vm-stats)