cmp: load cmptables before cmpforms

This commit is contained in:
Daniel Kochmański 2023-02-21 16:15:38 +01:00
parent 7f5eb56055
commit 4d3285892a

View file

@ -23,10 +23,10 @@
"src:cmp;cmpenv-declaim.lsp"
;; Internal representation
"src:cmp;cmptypes.lsp"
"src:cmp;cmptables.lsp"
"src:cmp;cmpform.lsp"
"src:cmp;cmpvar.lsp"
"src:cmp;cmpfun.lsp"
"src:cmp;cmptables.lsp"
"src:cmp;cmpinline.lsp"
;; Types
"src:cmp;cmptype-prop.lsp"