Files
gcc-reflection/libga68
Pietro Monteiro aed385dfe1 libga68: Make it possible to debug the GC
If GC_DEBUG is defined then all-upper-case macros will expand to calls
to the debug variant of collector functions.

So add the configury bit to define GC_DEBUG if the user wants and
switch all `GC_` calls to the corresponding macros.

libga68/ChangeLog:

	* configure: Regenerate.
	* configure.ac: Add --enable-algol68-gc-debug option and
	define GC_DEBUG accordingly.
	* ga68-alloc.c (_libga68_realloc): Use the C macro version of
	the GC function.
	(_libga68_realloc_unchecked): Likewise.
	(_libga68_malloc): Likewise.

Signed-off-by: Pietro Monteiro <pietro@sociotechnical.xyz>
2026-01-11 21:49:03 -05:00
..
2026-01-02 09:56:11 +01:00
2025-12-30 16:42:09 -05:00
2026-01-11 00:16:24 +00:00
2025-12-30 16:42:09 -05:00
2026-01-02 09:56:11 +01:00
2026-01-10 00:26:49 -05:00
2025-12-31 05:28:05 -05:00

This is the GNU Algol 68 run-time library.  It provides the run-time
components needed by programs compiled by the ga68 compiler.