Commit Graph

12 Commits (eb342da8a9cdbce0760b91c9b9d5e682ed0d4496)

Author SHA1 Message Date
David Allsopp f5eb31b774 Include parameters on dummy spacetime stubs 2020-09-14 18:02:46 +01:00
David Allsopp 23f60e3c2f Minor comment fix 2020-09-14 18:02:20 +01:00
David Allsopp fb84009c58 Use CAMLexport not CAMLprim for C functions 2020-09-14 18:01:27 +01:00
David Allsopp 0bd6c0d36f Remove unused spacetime primitives 2020-09-14 18:01:14 +01:00
David Allsopp 13bba6531b Remove leaking globals 2020-09-14 16:40:12 +01:00
David Allsopp 954128bc5c Make caml_spacetime_automatic_save static
There's no need for this function to be globally visible.
2020-09-14 14:56:57 +01:00
David Allsopp 0c646d4f4e Remove unnecessary extern's in spacetime_nat.c
These are declared in respective headers already.
2020-09-14 14:56:07 +01:00
David Allsopp b38f4962e9 Remove undefined declaration of caml_spacetime_debug 2020-09-14 14:55:17 +01:00
David Allsopp a9f7d74bcf Add snprintf_os 2020-04-30 10:31:30 +02:00
Guillaume Munch-Maccagnoni b304042b29 Fix missing Caml_state (#8940)
* Fix free identifiers in spacetime

* Fix free identifiers in tools/gdb-macros

* [minor] Fix Caml_state fields in comments, and other comment updates

* Changes
2019-10-03 16:27:32 +02:00
Nicolás Ojeda Bär 8afe2db3c6 Runtime: hide & rename _T macro (#2075)
- Rename _T macro to T to avoid conflict with
- Do not use it for ASCII character literals
- Guard T macro with CAML_INTERNALS
2019-04-14 09:13:24 +02:00
Sébastien Hinderer d3e73595e5 Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00