mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-15 05:44:58 +00:00
Estimated hours taken: 0.5 Mangle function names differently, so that we don't get symbol name clashes between a function of arity N and a predicate of arity N+1. (This fixes a bug which resulted in error messages from the assembler.) util/mdemangle.c: Add code to demangle the new encoding of function symbols.