Files
mercury/util
Fergus Henderson 97f1881146 Mangle function names differently, so that we don't get
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.
1996-10-24 06:02:57 +00:00
..