Skip to content

Commit 074350b

Browse files
committed
constants.l : add :aarch64 for sizeof-
1 parent 23246b2 commit 074350b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lisp/l/constants.l

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
(nconc *features* '(:m68020))
3232
;
3333

34-
#+(or :alpha :irix6 :x86_64)
34+
#+(or :alpha :irix6 :x86_64 :aarch64)
3535
(progn
3636
(defconstant sizeof-* 8)
3737
(defconstant sizeof-long 8)
@@ -50,7 +50,7 @@
5050
(defconstant pi 3.14159265358979323846)
5151
(defconstant pi/2 1.57079632679489661923)
5252
)
53-
#-(or :alpha :irix6 :x86_64)
53+
#-(or :alpha :irix6 :x86_64 :aarch64)
5454
(progn
5555
(defconstant sizeof-* 4)
5656
(defconstant sizeof-long 4)

0 commit comments

Comments
 (0)