From b1f1753efe4724dee18aef08ee1d1ae471113253 Mon Sep 17 00:00:00 2001 From: pmai <pmai> Date: Sat, 6 Apr 2002 23:09:58 +0000 Subject: [PATCH] Remove unbalanced closing paren. --- bootfiles/18c/boot6.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootfiles/18c/boot6.lisp b/bootfiles/18c/boot6.lisp index ae1987978..ad3692ff3 100644 --- a/bootfiles/18c/boot6.lisp +++ b/bootfiles/18c/boot6.lisp @@ -5,5 +5,5 @@ #+sparc (in-package :sparc) #+sparc -(defconstant pseudo-atomic-trap 16)) +(defconstant pseudo-atomic-trap 16) -- GitLab