From: Paul Eggert Date: Tue, 19 May 2020 20:45:46 +0000 (-0700) Subject: ftoastr: fix ifndef typo X-Git-Tag: v1.0~4090 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=b3c04ecec58ea687423f5c709410e6ecee4abd9b;p=gnulib.git ftoastr: fix ifndef typo * lib/ftoastr.h (_GL_FTOASTR_H): Define. --- diff --git a/ChangeLog b/ChangeLog index 9ff7c69cae..1c39b92e6a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2020-05-19 Paul Eggert + + ftoastr: fix ifndef typo + * lib/ftoastr.h (_GL_FTOASTR_H): Define. + 2020-05-19 Bruno Haible havelib: Tweak documentation. diff --git a/lib/ftoastr.h b/lib/ftoastr.h index d945cc064a..852e4000d2 100644 --- a/lib/ftoastr.h +++ b/lib/ftoastr.h @@ -18,6 +18,7 @@ /* Written by Paul Eggert. */ #ifndef _GL_FTOASTR_H +#define _GL_FTOASTR_H #include "intprops.h" #include