[decomp] clean up type def formatting and remove all-forward-definitions.gc (#608)

* clean up

* fix test
This commit is contained in:
water111
2021-06-19 15:50:52 -04:00
committed by GitHub
parent 46b83bda2a
commit 06ae38d464
126 changed files with 3369 additions and 4384 deletions
@@ -3,9 +3,9 @@
;; definition of type __assert-info-private-struct
(deftype __assert-info-private-struct (structure)
((filename string :offset-assert 0)
(line-num uint16 :offset-assert 4)
(column-num uint16 :offset-assert 6)
((filename string :offset-assert 0)
(line-num uint16 :offset-assert 4)
(column-num uint16 :offset-assert 6)
)
:method-count-assert 11
:size-assert #x8
@@ -64,7 +64,3 @@
;; failed to figure out what this is:
(let ((v0-4 0))
)