mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-16 01:43:35 +00:00
Estimated hours taken: 0.1 Branches: release util/mdemangle.c: Fix a bug reported by m.muhammad2@pgrad.unimelb.edu.au: mercury_regs.h was indirectly being included before the system headers, which on some systems include function definitions, which is not allowed. util/mkinit.c: Add comment to prevent future similar problems.