clean up and quit */
(mesg)
| 120 | } |
| 121 | /* clean up and quit */ |
| 122 | static void |
| 123 | bail(mesg) |
| 124 | const char *mesg; |
| 125 | { |
| 126 | clearlocks(); |
| 127 | Gem_exit_nhwindows(mesg); |
| 128 | nh_terminate(EXIT_SUCCESS); |
| 129 | /*NOTREACHED*/ |
| 130 | } |
| 131 | |
| 132 | /*$$$*/ |
| 133 | #define DEF_CLIPAROUND_MARGIN -1 |
no test coverage detected