diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-02-06 00:28:30 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-02-06 00:28:30 -0800 |
commit | 91ccade49b1403d469fa5441b16598e08d6604c9 (patch) | |
tree | 2acfe2ae1e1f1b87e03072f926d6d15a3c50f223 /lib/ftoastr.h | |
parent | 5f742c1bf2ad7b435e7a13dc58c1c45bab81b70b (diff) | |
download | emacs-91ccade49b1403d469fa5441b16598e08d6604c9.tar.gz emacs-91ccade49b1403d469fa5441b16598e08d6604c9.tar.bz2 emacs-91ccade49b1403d469fa5441b16598e08d6604c9.zip |
gnulib: adjust to upstream _HEADERS change
Diffstat (limited to 'lib/ftoastr.h')
-rw-r--r-- | lib/ftoastr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ftoastr.h b/lib/ftoastr.h index 6264952e8e9..8aacb7908ce 100644 --- a/lib/ftoastr.h +++ b/lib/ftoastr.h @@ -17,7 +17,7 @@ /* Written by Paul Eggert. */ -#ifndef _GL_FTOASTR_H +#ifndef _gl_GL_FTOASTR_H #include "intprops.h" #include <float.h> @@ -141,4 +141,4 @@ enum #define DBL_BUFSIZE_BOUND ( DBL_STRLEN_BOUND + 1) #define LDBL_BUFSIZE_BOUND (LDBL_STRLEN_BOUND + 1) -#endif /* _GL_FTOASTR_H */ +#endif /* _gl_GL_FTOASTR_H */ |