summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2020-05-19 13:45:46 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2020-05-19 13:46:22 -0700
commitb3c04ecec58ea687423f5c709410e6ecee4abd9b (patch)
tree42731a0f638008d66ecd940fe5da918b7719d3fb
parent000c7de47a233ed7fc06e543d7a3b7721605ca75 (diff)
downloadgnulib-b3c04ecec58ea687423f5c709410e6ecee4abd9b.tar.gz
gnulib-b3c04ecec58ea687423f5c709410e6ecee4abd9b.tar.bz2
ftoastr: fix ifndef typo
* lib/ftoastr.h (_GL_FTOASTR_H): Define.
-rw-r--r--ChangeLog5
-rw-r--r--lib/ftoastr.h1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9ff7c69cae..1c39b92e6a 100644
--- 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.
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 <float.h>

Return to:

Send suggestions and report system problems to the System administrator.