mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 17:33:38 +00:00
Replace /* */ with //. Generate C code with four space indentation. The existing code intended to do this by aligning the code on four-space boundaries in mkinit.c, but the " at the start of each string ate one position, so the generated code lines started in columns 4, 8, 12 etc, instead of 5, 9, 13 etc.