]> Savannah Git Hosting - gnulib.git/commitdiff
ftoastr: fix ifndef typo
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 19 May 2020 20:45:46 +0000 (13:45 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 19 May 2020 20:46:22 +0000 (13:46 -0700)
* lib/ftoastr.h (_GL_FTOASTR_H): Define.

ChangeLog
lib/ftoastr.h

index 9ff7c69cae093eb888bc58ef7383ab068f6fe682..1c39b92e6a9f5c4cd3f3ead6fd492780631badfc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2020-05-19  Paul Eggert  <eggert@cs.ucla.edu>
+
+       ftoastr: fix ifndef typo
+       * lib/ftoastr.h (_GL_FTOASTR_H): Define.
+
 2020-05-19  Bruno Haible  <bruno@clisp.org>
 
        havelib: Tweak documentation.
index d945cc064a7a13215538ee370a5753be82b1246b..852e4000d23af4c5fe8680e90d4ba262fcc69929 100644 (file)
@@ -18,6 +18,7 @@
 /* Written by Paul Eggert.  */
 
 #ifndef _GL_FTOASTR_H
+#define _GL_FTOASTR_H
 
 #include "intprops.h"
 #include <float.h>