r17274 - gnucash/branches/2.2/src/backend/file - [r17213] Fix the usages of __EXTENSIONS__ so it works with newer auto-tools

Christian Stimming cstim at cvs.gnucash.org
Mon Jul 7 16:55:53 EDT 2008


Author: cstim
Date: 2008-07-07 16:55:52 -0400 (Mon, 07 Jul 2008)
New Revision: 17274
Trac: http://svn.gnucash.org/trac/changeset/17274

Modified:
   gnucash/branches/2.2/src/backend/file/sixtp-dom-generators.c
   gnucash/branches/2.2/src/backend/file/sixtp-utils.c
Log:
[r17213] Fix the usages of __EXTENSIONS__ so it works with newer auto-tools

Originally by warlord.


Modified: gnucash/branches/2.2/src/backend/file/sixtp-dom-generators.c
===================================================================
--- gnucash/branches/2.2/src/backend/file/sixtp-dom-generators.c	2008-07-07 20:55:44 UTC (rev 17273)
+++ gnucash/branches/2.2/src/backend/file/sixtp-dom-generators.c	2008-07-07 20:55:52 UTC (rev 17274)
@@ -21,10 +21,9 @@
  *                                                                  *
  ********************************************************************/
 
-#include "config.h"
-
 #define __EXTENSIONS__
 
+#include "config.h"
 #include <glib.h>
 
 #include "gnc-xml-helper.h"

Modified: gnucash/branches/2.2/src/backend/file/sixtp-utils.c
===================================================================
--- gnucash/branches/2.2/src/backend/file/sixtp-utils.c	2008-07-07 20:55:44 UTC (rev 17273)
+++ gnucash/branches/2.2/src/backend/file/sixtp-utils.c	2008-07-07 20:55:52 UTC (rev 17274)
@@ -21,10 +21,10 @@
  *                                                                  *
  ********************************************************************/
 
+#define __EXTENSIONS__
+
 #include "config.h"
 
-#define __EXTENSIONS__
-
 #include <ctype.h>
 #include <glib.h>
 #include <stdio.h>



More information about the gnucash-changes mailing list