diff options
author | Joseph Myers <jsm28@cam.ac.uk> | 2001-10-10 00:33:57 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2001-10-10 00:33:57 +0100 |
commit | 0e4e9e8f54015afd435f754d2ae5464e4a9eade3 (patch) | |
tree | 38e4c72a3ba358c92386ffa59a7bc470a62b3142 /libiberty/setenv.c | |
parent | df2a54e9458547dfc9158100d4207c6559bac9b4 (diff) | |
download | gcc-0e4e9e8f54015afd435f754d2ae5464e4a9eade3.zip gcc-0e4e9e8f54015afd435f754d2ae5464e4a9eade3.tar.gz gcc-0e4e9e8f54015afd435f754d2ae5464e4a9eade3.tar.bz2 |
bcmp.c, setenv.c: Use "nonzero" instead of "non-zero".
* bcmp.c, setenv.c: Use "nonzero" instead of "non-zero".
* strtod.c: Use "ISO C" instead of "ANSI C".
* functions.texi: Regenerate.
From-SVN: r46136
Diffstat (limited to 'libiberty/setenv.c')
-rw-r--r-- | libiberty/setenv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/setenv.c b/libiberty/setenv.c index dcf84e1..79e38ed 100644 --- a/libiberty/setenv.c +++ b/libiberty/setenv.c @@ -24,7 +24,7 @@ @code{setenv} adds @var{name} to the environment with value @var{value}. If the name was already present in the environment, -the new value will be stored only if @var{overwrite} is non-zero. +the new value will be stored only if @var{overwrite} is nonzero. The companion @code{unsetenv} function removes @var{name} from the environment. This implementation is not safe for multithreaded code. |