AUDIT: r17213 - gnucash/trunk/src/backend/file - Fix the usages of __EXTENSIONS__ so it works with newer auto-tools

Derek Atkins warlord at cvs.gnucash.org
Wed Jun 11 08:52:27 EDT 2008


Author: warlord
Date: 2008-06-11 08:52:27 -0400 (Wed, 11 Jun 2008)
New Revision: 17213
Trac: http://svn.gnucash.org/trac/changeset/17213

Modified:
   gnucash/trunk/src/backend/file/sixtp-dom-generators.c
   gnucash/trunk/src/backend/file/sixtp-utils.c
Log:
Fix the usages of __EXTENSIONS__ so it works with newer auto-tools
BP

Modified: gnucash/trunk/src/backend/file/sixtp-dom-generators.c
===================================================================
--- gnucash/trunk/src/backend/file/sixtp-dom-generators.c	2008-06-11 01:19:56 UTC (rev 17212)
+++ gnucash/trunk/src/backend/file/sixtp-dom-generators.c	2008-06-11 12:52:27 UTC (rev 17213)
@@ -21,10 +21,9 @@
  *                                                                  *
  ********************************************************************/
 
-#include "config.h"
-
 #define __EXTENSIONS__
 
+#include "config.h"
 #include <glib.h>
 
 #include "gnc-xml-helper.h"

Modified: gnucash/trunk/src/backend/file/sixtp-utils.c
===================================================================
--- gnucash/trunk/src/backend/file/sixtp-utils.c	2008-06-11 01:19:56 UTC (rev 17212)
+++ gnucash/trunk/src/backend/file/sixtp-utils.c	2008-06-11 12:52:27 UTC (rev 17213)
@@ -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