From 59f4dae04863ef11ab21217f970f8eb661bfc094 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Sat, 24 Nov 1990 15:39:13 +0000
Subject: [PATCH] Added ``asin''

---
 ldb/undefineds.src | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ldb/undefineds.src b/ldb/undefineds.src
index c96558042..4b00febe7 100644
--- a/ldb/undefineds.src
+++ b/ldb/undefineds.src
@@ -1,5 +1,5 @@
 /* Routines that must be linked into the core for lisp to work. */
-/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/ldb/Attic/undefineds.src,v 1.1 1990/10/21 14:41:21 wlott Exp $ */
+/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/ldb/Attic/undefineds.src,v 1.2 1990/11/24 15:39:13 wlott Exp $ */
 
 /* Pick up all the syscalls. */
 accept
@@ -119,6 +119,7 @@ cos
 sin
 tan
 acos
+asin
 atan
 atan2
 sinh
-- 
GitLab