From 0d16e6d4930477d86fbcf22773985a0bec2e422e Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Sat, 3 Nov 1990 03:05:15 +0000
Subject: [PATCH] Added export for all the attributes.

---
 compiler/knownfun.lisp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/compiler/knownfun.lisp b/compiler/knownfun.lisp
index 760ba6528..828e1c2ae 100644
--- a/compiler/knownfun.lisp
+++ b/compiler/knownfun.lisp
@@ -16,6 +16,7 @@
 ;;;
 (in-package 'c)
 
+(export '(call unsave unwind any foldable flushable movable predicate))
 
 ;;;; IR1 boolean function attributes:
 ;;;
-- 
GitLab