From 0787a27379459cc6bfde33886d359331e2b2bace Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Sun, 9 Feb 1992 17:56:15 +0000
Subject: [PATCH] Added MAYBE-INLINE declaration for all functions where it
 makes sense.

---
 code/symbol.lisp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/code/symbol.lisp b/code/symbol.lisp
index 2b55e13b3..0e0aa4a26 100644
--- a/code/symbol.lisp
+++ b/code/symbol.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/symbol.lisp,v 1.6 1991/04/23 17:02:55 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/symbol.lisp,v 1.7 1992/02/09 17:56:15 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -29,6 +29,7 @@
 
 (in-package "LISP")
 
+(declaim (maybe-inline get %put getf remprop %putf get-properties keywordp))
 
 (defun set (variable new-value)
   "VARIABLE must evaluate to a symbol.  This symbol's special value cell is
-- 
GitLab