[pp2] put define dest on a single line

This commit is contained in:
ManDude
2022-04-16 18:38:44 +01:00
parent 97dc0e14df
commit 9a54a762df
50 changed files with 198 additions and 400 deletions
+3 -6
View File
@@ -288,20 +288,17 @@
)
;; definition for symbol *edge-vert0-table*, type (array int8)
(define
*edge-vert0-table*
(define *edge-vert0-table*
(the-as (array int8) (new 'static 'boxed-array :type int8 :length 3 :allocated-length 3 1 2 0))
)
;; definition for symbol *edge-vert1-table*, type (array int8)
(define
*edge-vert1-table*
(define *edge-vert1-table*
(the-as (array int8) (new 'static 'boxed-array :type int8 :length 3 :allocated-length 3 2 0 1))
)
;; definition for symbol *edge-mask-table*, type (array int8)
(define
*edge-mask-table*
(define *edge-mask-table*
(the-as (array int8) (new 'static 'boxed-array :type int8 :length 3 :allocated-length 3 1 2 4))
)