mirror of https://codeberg.org/cage/tinmop/
- added compilation macro to compile constant using ECL.
This commit is contained in:
parent
0b1250cf78
commit
283e3d852c
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue