diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-04-06 09:38:44 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-04-06 09:38:44 +0200 |
commit | 862e48598a05c6e02c302f522f545d94599ba0bf (patch) | |
tree | 6143e886739cd23e8f3f8025cc049e8f9faaa99f /src | |
parent | 8168d09e3d376e5b3e751472e0473483fc00810a (diff) |
Imported Upstream version 3.16.0.1upstream/3.16.0.1
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.in | 1 | ||||
-rw-r--r-- | src/resources.c | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 0c0a632..25fe3a8 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -184,7 +184,6 @@ COLORD_LIBS = @COLORD_LIBS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DISABLE_DEPRECATED = @DISABLE_DEPRECATED@ diff --git a/src/resources.c b/src/resources.c index 124a8cd..dac0374 100644 --- a/src/resources.c +++ b/src/resources.c @@ -6377,6 +6377,8 @@ GResource *simple_scan_get_resource (void) */ +#ifndef __GTK_DOC_IGNORE__ + #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) #define G_HAS_CONSTRUCTORS 1 @@ -6450,6 +6452,7 @@ GResource *simple_scan_get_resource (void) #endif +#endif /* __GTK_DOC_IGNORE__ */ #ifdef G_HAS_CONSTRUCTORS |