[glib] Make glibconfig.h include guards consistent
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Make glibconfig.h include guards consistent
- Date: Tue, 27 Dec 2011 22:13:14 +0000 (UTC)
commit 31f0ad3f352ec8bae297983f67b18cb33c2c3e5e
Author: Matthias Clasen <mclasen redhat com>
Date: Tue Dec 27 16:18:19 2011 -0500
Make glibconfig.h include guards consistent
configure.ac | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 5f91b7e..7392b19 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2859,8 +2859,8 @@ AC_CONFIG_COMMANDS([glib/glibconfig.h],
* This is a generated file. Please modify 'configure.ac'
*/
-#ifndef __G_LIBCONFIG_H__
-#define __G_LIBCONFIG_H__
+#ifndef __GLIBCONFIG_H__
+#define __GLIBCONFIG_H__
#include <glib/gmacros.h>
@@ -3179,7 +3179,7 @@ typedef $g_pid_type GPid;
G_END_DECLS
-#endif /* GLIBCONFIG_H */
+#endif /* __GLIBCONFIG_H__ */
_______EOF
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]