mirror of
https://github.com/open-goal/jak-project
synced 2026-08-17 21:43:27 -04:00
[pp2] put define dest on a single line
This commit is contained in:
+3
-6
@@ -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))
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user