Skip to content

Commit b5c23d5

Browse files
committed
turn off psetf, rotatef macro. Its only local used
1 parent 21afffe commit b5c23d5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/clos/macros.lisp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
;;;
44
;;; CLOS macros
55
;;; Modification for JSCL @vlad-km, 2019
6+
;;;
67
;;; JSCL compilation mode :target
78
;;;
89

@@ -70,17 +71,18 @@
7071

7172
;;; psetf
7273
;;: todo: remove to ?
74+
#+nil
7375
(defmacro psetf (&rest pairs)
7476
`(!psetf ,@pairs))
7577

7678
;;; rotatef
7779
;;: todo: remove to ?
80+
#+nil
7881
(defmacro rotatef (&rest assigments)
7982
`(!rotatef ,@assigments))
8083

8184

8285

83-
8486
;;; FSET section
8587
(jscl::fset 'class-of (fdefinition '!class-of))
8688
(jscl::fset 'class-name (fdefinition '!class-name))

0 commit comments

Comments
 (0)