shithub: femtolisp

Download patch

ref: 24e4a3e1ba4ac78b1b9400aae963c69d21ca2b86
parent: d1e424d9948d5beba9429dc806a11d544b242541
author: Sigrid Solveig Haflínudóttir <[email protected]>
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)