1
0
Fork 0

- added compilation macro to compile constant using ECL.

This commit is contained in:
cage 2022-03-20 12:48:27 +01:00
parent 0b1250cf78
commit 283e3d852c
1 changed files with 3 additions and 1 deletions

View File

@ -502,7 +502,9 @@
(declare (ignore child child-pos))
(sort-children object))
(alexandria:define-constant +tree-arrow-char+ #\BLACK_RIGHT-POINTING_ISOSCELES_RIGHT_TRIANGLE
(alexandria:define-constant +tree-arrow-char+
#+sbcl #\BLACK_RIGHT-POINTING_ISOSCELES_RIGHT_TRIANGLE
#+ecl (code-char 128898)
:test #'char=)
(defmethod tree->text-lines ((object m-tree)