summaryrefslogtreecommitdiff
path: root/xml/apr_xml_expat.c
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2011-03-24 05:46:53 +0000
committerGuenter Knauf <fuankg@apache.org>2011-03-24 05:46:53 +0000
commitc958f1b7c7ba0516227047e0fde0888dc31842c3 (patch)
treefc7ee0678ea81f08ef934e3250e6874479eaccc1 /xml/apr_xml_expat.c
parent9916a9f7996bcec0a929102a01cee954429fe3ff (diff)
downloadapr-c958f1b7c7ba0516227047e0fde0888dc31842c3.tar.gz
Fixed expat build; set new files to eol-style native.
Submitted by: NormW <norm gknw.net> git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1084848 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'xml/apr_xml_expat.c')
-rw-r--r--xml/apr_xml_expat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xml/apr_xml_expat.c b/xml/apr_xml_expat.c
index 6d986a6aa..239ebe504 100644
--- a/xml/apr_xml_expat.c
+++ b/xml/apr_xml_expat.c
@@ -17,7 +17,6 @@
#include "apr.h"
#include "apr_xml.h"
-typedef enum XML_Error XML_Error;
#if defined(HAVE_XMLPARSE_XMLPARSE_H)
#include <xmlparse/xmlparse.h>
#elif defined(HAVE_XMLTOK_XMLPARSE_H)
@@ -28,6 +27,7 @@ typedef enum XML_Error XML_Error;
#include <expat.h>
#endif
+typedef enum XML_Error XML_Error;
#include "apr_xml_internal.h"