diff options
-rw-r--r-- | pc/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pc/ChangeLog b/pc/ChangeLog index e4b6c028..15a3e382 100644 --- a/pc/ChangeLog +++ b/pc/ChangeLog @@ -255,7 +255,7 @@ * gawkmisc.pc (usleep): Condition on MinGW runtime version older than 3.21, which defines 'usleep' as an inline function in unistd.h, and thus causes compilation errors due to conflicting - definitions. Reported by Ivan Suchý <suchy.ivan@gmail.com>. + definitions. Reported by Ivan Suchý <suchy.ivan@gmail.com>. * Makefile (mingw32, mingw32-readline, mingw32-mpfr) (mingw32-readline-mpfr): Use -Wno-deprecated-declarations, to |