Commit a4b4e077 authored by Wayne Davison's avatar Wayne Davison

Improved a comment.

parent 2a6e35db
......@@ -18,11 +18,10 @@
* 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
*/
/* The file cleanup.c includes this file multiple times, once for every
* time it wants to start a new segment its _exit_cleanup() code. This
* produces the next "case N:" statement in sequence and increments the
* cleanup_step variable. This ensures that our case statements never
* get out of whack due to added/removed steps. */
/* This is included by cleanup.c multiple times, once for every segement in
* the _exit_cleanup() code. This produces the next "case N:" statement in
* sequence and increments the cleanup_step variable by 1. This ensures that
* our case statements never get out of whack due to added/removed steps. */
#if !defined EXIT_CLEANUP_CASE_0
#define EXIT_CLEANUP_CASE_0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment