* closeout.c (close_stdout): Don't assume 'bool' converts nonzero
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 8 Feb 2006 00:04:23 +0000 (00:04 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 8 Feb 2006 00:04:23 +0000 (00:04 +0000)
commitf33c2ee251ee9669508b29752db3cf4729d9487d
tree933fac965f80c968dc75b9899c4659a6bc5a9a1f
parent0949378bea66fed80dc1607bf1523c28b5b83d45
* closeout.c (close_stdout): Don't assume 'bool' converts nonzero
ints to 0 or 1, as this isn't true for the stdbool.h substitute.
lib/ChangeLog
lib/closeout.c