[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
+2 -4
View File
@@ -2,14 +2,12 @@
(in-package goal)
;; definition for symbol EulSafe, type (array int32)
(define
EulSafe
(define EulSafe
(the-as (array int32) (new 'static 'boxed-array :type int32 :length 4 :allocated-length 4 0 1 2 0))
)
;; definition for symbol EulNext, type (array int32)
(define
EulNext
(define EulNext
(the-as (array int32) (new 'static 'boxed-array :type int32 :length 4 :allocated-length 4 1 2 0 1))
)
+1 -2
View File
@@ -211,8 +211,7 @@
)
;; definition for symbol *sin-poly-vec*, type vector
(define
*sin-poly-vec*
(define *sin-poly-vec*
(new 'static 'vector :x -0.16666014 :y 0.008326521 :z -0.0001956241 :w 0.0000023042373)
)