diff options
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 */ |