summaryrefslogtreecommitdiff
path: root/gl
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-04-03 14:43:15 +0000
committerSimon Josefsson <simon@josefsson.org>2007-04-03 14:43:15 +0000
commit2cb337b1d76b4b9289010de4532906a14a7b0165 (patch)
treec11a03abd2272d8cd26a5b6fc622c672544f284d /gl
parenta251485308ae0a59f405c51298aff83d1139cd65 (diff)
downloadgnutls-2cb337b1d76b4b9289010de4532906a14a7b0165.tar.gz
Update.
Diffstat (limited to 'gl')
-rw-r--r--gl/stdbool_.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gl/stdbool_.h b/gl/stdbool_.h
index 8525f0fe87..150a0102e1 100644
--- a/gl/stdbool_.h
+++ b/gl/stdbool_.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 _STDBOOL_H
-#define _STDBOOL_H
+#ifndef _GL_STDBOOL_H
+#define _GL_STDBOOL_H
/* ISO C 99 <stdbool.h> for platforms that lack it. */
@@ -115,4 +115,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 /* _STDBOOL_H */
+#endif /* _GL_STDBOOL_H */