From 862e48598a05c6e02c302f522f545d94599ba0bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 6 Apr 2015 09:38:44 +0200 Subject: Imported Upstream version 3.16.0.1 --- src/Makefile.in | 1 - src/resources.c | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3