Use do { ... } while (0) for command macros in uxproc.c.
authorTaylor R Campbell <campbell@mumble.net>
Sun, 10 Apr 2011 21:17:29 +0000 (21:17 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Sun, 10 Apr 2011 21:35:12 +0000 (21:35 +0000)
commitb9717273c8ff40fc1c8b5a06acddf7f638e86451
tree448719a1beb573fcdf3cd12ed10f447baa9004f3
parent8e840129eb1636726010c4d701e2c5e7d09c6e40
Use do { ... } while (0) for command macros in uxproc.c.

Omit needless curly braces in subprocess_death.
src/microcode/uxproc.c