diff options
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 |