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/stdbool.in.h | |
parent | 5f742c1bf2ad7b435e7a13dc58c1c45bab81b70b (diff) | |
download | emacs-91ccade49b1403d469fa5441b16598e08d6604c9.tar.gz |
gnulib: adjust to upstream _HEADERS change
Diffstat (limited to 'lib/stdbool.in.h')
-rw-r--r-- | lib/stdbool.in.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/stdbool.in.h b/lib/stdbool.in.h index b64dc75b20c..e3a778d40a1 100644 --- a/lib/stdbool.in.h +++ b/lib/stdbool.in.h @@ -15,8 +15,8 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _GL_STDBOOL_H -#define _GL_STDBOOL_H +#ifndef _gl_GL_STDBOOL_H +#define _gl_GL_STDBOOL_H /* ISO C 99 <stdbool.h> for platforms that lack it. */ @@ -119,4 +119,4 @@ typedef enum { _Bool_must_promote_to_int = -1, false = 0, true = 1 } _Bool; #define true 1 #define __bool_true_false_are_defined 1 -#endif /* _GL_STDBOOL_H */ +#endif /* _gl_GL_STDBOOL_H */ |