mirror of
https://github.com/open-goal/jak-project
synced 2026-08-10 19:17:55 -04:00
add declare-file debug (#1004)
This commit is contained in:
@@ -206,4 +206,5 @@
|
||||
- Using `->` on a plain `pointer` or `inline-array` now generates an error instead of crashing the compiler
|
||||
- It is now possible to use a macro to provide a static inline array element definition
|
||||
- It is now possible to have symbol names that have a `#` in the middle of them
|
||||
- `go-hook` now returns the return value of the `enter-state` function it calls
|
||||
- `go-hook` now returns the return value of the `enter-state` function it calls
|
||||
- Added a `(declare-file (debug))` to put things in the debug segment by default. This only changes _static_ objects. Dynamic allocation with forms like `cons` will continue to use the main segment like before.
|
||||
Reference in New Issue
Block a user