Mercurial > hg > octave-shane > gnulib-hg
changeset 5319:61af141e6032
error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
'#ifdef USE_UNLOCKED_IO'.
author | Simon Josefsson <simon@josefsson.org> |
---|---|
date | Mon, 04 Oct 2004 20:30:46 +0000 |
parents | 7c24a825b51d |
children | 118ffb4b2093 |
files | lib/ChangeLog lib/error.c lib/md5.c lib/regex.c |
diffstat | 4 files changed, 8 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,8 @@ +2004-10-04 Simon Josefsson <jas@extundo.com> + + * error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of + '#ifdef USE_UNLOCKED_IO'. + 2004-10-04 Paul Eggert <eggert@cs.ucla.edu> * argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
--- a/lib/error.c +++ b/lib/error.c @@ -40,7 +40,7 @@ # define mbsrtowcs __mbsrtowcs #endif -#ifdef USE_UNLOCKED_IO +#if USE_UNLOCKED_IO # include "unlocked-io.h" #endif