mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-05 23:48:44 +02:00
Small cleanup (use G_BEGIN/END_DECLS). (#168474, Fabricio Barros Cabral)
2005-03-07 Matthias Clasen <mclasen@redhat.com> * glib/gdebug.h: Small cleanup (use G_BEGIN/END_DECLS). (#168474, Fabricio Barros Cabral)
This commit is contained in:
committed by
Matthias Clasen
parent
e42c2fc58f
commit
20967643a3
@@ -27,9 +27,7 @@
|
||||
#ifndef __G_DEBUG_H__
|
||||
#define __G_DEBUG_H__
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
G_BEGIN_DECLS
|
||||
|
||||
typedef enum {
|
||||
G_DEBUG_FATAL_WARNINGS = 1 << 0
|
||||
@@ -55,9 +53,6 @@ GLIB_VAR guint _g_debug_flags;
|
||||
|
||||
void _g_debug_init (void) G_GNUC_INTERNAL;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
#endif /* __G_DEBUG_H__ */
|
||||
|
Reference in New Issue
Block a user