summaryrefslogtreecommitdiff
path: root/expat/lib/xmltok.c
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2021-10-17 16:33:50 +0200
committerSebastian Pipping <sebastian@pipping.org>2021-10-17 16:33:50 +0200
commit2996968b119f0504cddf32db5b212f8bfed3fff7 (patch)
treeb6ea06e39dde2d3858cef806e6210f5b0b8fffae /expat/lib/xmltok.c
parent72d7ce953827fe08a56b8ea64092f208be6ffc5b (diff)
parent105a5c6ee79d73f66db16562d0fc5623c8e203b5 (diff)
downloadlibexpat-git-2996968b119f0504cddf32db5b212f8bfed3fff7.tar.gz
Merge branch 'corona10-gh-513' (fixes #513, pull request #514)
Diffstat (limited to 'expat/lib/xmltok.c')
-rw-r--r--expat/lib/xmltok.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/expat/lib/xmltok.c b/expat/lib/xmltok.c
index f2b6b406..502ca1ad 100644
--- a/expat/lib/xmltok.c
+++ b/expat/lib/xmltok.c
@@ -20,6 +20,7 @@
Copyright (c) 2017 Benbuck Nason <bnason@netflix.com>
Copyright (c) 2017 José Gutiérrez de la Concha <jose@zeroc.com>
Copyright (c) 2019 David Loffredo <loffredo@steptools.com>
+ Copyright (c) 2021 Dong-hee Na <donghee.na@python.org>
Licensed under the MIT license:
Permission is hereby granted, free of charge, to any person obtaining
@@ -42,6 +43,8 @@
USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
+#include <expat_config.h>
+
#include <stddef.h>
#include <string.h> /* memcpy */
#include <stdbool.h>
@@ -50,8 +53,6 @@
# include "winconfig.h"
#endif
-#include <expat_config.h>
-
#include "expat_external.h"
#include "internal.h"
#include "xmltok.h"