mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-21 20:33:55 +00:00
Estimated hours taken: 0.2 extras/exceptions/exception.m: Fix references to COMPACT_ARGS and to obsolete stack layout macros.
This directory contains support for exception handling. The exception handling interface is still rather tentative and may be subject to change. Please try it out and let us know what you think. exception.m: Contains the exception handling interface and implementation. test_exceptions.m: test_exceptions.exp: test_uncaught_exception.m: test_uncaught_exception.exp: test_exceptions_func.m: test_exceptions_func.exp: Test cases. Mmakefile: The Mmakefile for building and running the test cases.