From 5a81973b2514f5ce8066848f8e7b85f0daa7389b Mon Sep 17 00:00:00 2001 From: Raymond Toy Date: Sat, 14 Mar 2020 07:56:07 -0700 Subject: [PATCH] Fix #29: Remove incorrect "?" characters --- cmucl-www/www/benchmarks/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cmucl-www/www/benchmarks/index.html b/cmucl-www/www/benchmarks/index.html index f756530..6932204 100644 --- a/cmucl-www/www/benchmarks/index.html +++ b/cmucl-www/www/benchmarks/index.html @@ -58,11 +58,11 @@
  • hashtable exercising
  • -
  • ?READ-LINE exercising +
  • READ-LINE exercising
  • -
  • ?mathematical functions: factorial, fibonnaci, ackermann's number +
  • mathematical functions: factorial, fibonnaci, ackermann's number
  • -
  • ?some bignum intensive code from Bruno Haible +
  • some bignum intensive code from Bruno Haible
  • various aspects of CLOS: time taken to compile and execute DEFCLASS forms which create a @@ -243,7 +243,7 @@ -- GitLab