Code Review: ExitFix

tfpt review “/shelveset:ExitFix;REDMOND\jflam”

Comment :
Fix for bug in exit - exit(int) now returns the value of int

This is a simple fix for the behavior of exit! and exit. We were not
returning non-zero exit codes correctly for calls to exit.

Looks good.

Tomas