diff options
author | Brad King <brad.king@kitware.com> | 2021-05-24 15:41:15 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-05-24 15:41:15 (GMT) |
commit | bea145eb25a3f68bb2926e83650485bde00645c2 (patch) | |
tree | cb1f42ab774594e4fbddb8d6dedb5ab1b2425d69 /Utilities/cmexpat/lib/xmltok_impl.c | |
parent | 0ac6af4457daa8b247f645d13f6bb8adf9ec0259 (diff) | |
parent | 2da34f062a9fa2aac32a4b1da247a7828da5b6b4 (diff) | |
download | CMake-bea145eb25a3f68bb2926e83650485bde00645c2.zip CMake-bea145eb25a3f68bb2926e83650485bde00645c2.tar.gz CMake-bea145eb25a3f68bb2926e83650485bde00645c2.tar.bz2 |
Merge branch 'upstream-expat' into update-expat
* upstream-expat:
expat 2021-05-23 (a28238bd)
Diffstat (limited to 'Utilities/cmexpat/lib/xmltok_impl.c')
-rw-r--r-- | Utilities/cmexpat/lib/xmltok_impl.c | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/Utilities/cmexpat/lib/xmltok_impl.c b/Utilities/cmexpat/lib/xmltok_impl.c index 06d5c90..0430591 100644 --- a/Utilities/cmexpat/lib/xmltok_impl.c +++ b/Utilities/cmexpat/lib/xmltok_impl.c @@ -1,4 +1,4 @@ -/* This file is included! +/* This file is included (from xmltok.c, 1-3 times depending on XML_MIN_SIZE)! __ __ _ ___\ \/ /_ __ __ _| |_ / _ \\ /| '_ \ / _` | __| @@ -7,7 +7,15 @@ |_| XML parser Copyright (c) 1997-2000 Thai Open Source Software Center Ltd - Copyright (c) 2000-2017 Expat development team + Copyright (c) 2000 Clark Cooper <coopercc@users.sourceforge.net> + Copyright (c) 2002 Fred L. Drake, Jr. <fdrake@users.sourceforge.net> + Copyright (c) 2002-2016 Karl Waclawek <karl@waclawek.net> + Copyright (c) 2016-2021 Sebastian Pipping <sebastian@pipping.org> + Copyright (c) 2017 Rhodri James <rhodri@wildebeest.org.uk> + Copyright (c) 2018 Benjamin Peterson <benjamin@python.org> + Copyright (c) 2018 Anton Maklakov <antmak.pub@gmail.com> + Copyright (c) 2019 David Loffredo <loffredo@steptools.com> + Copyright (c) 2020 Boris Kolpackov <boris@codesynthesis.com> Licensed under the MIT license: Permission is hereby granted, free of charge, to any person obtaining @@ -32,7 +40,7 @@ #ifdef XML_TOK_IMPL_C -# ifndef IS_INVALID_CHAR +# ifndef IS_INVALID_CHAR // i.e. for UTF-16 and XML_MIN_SIZE not defined # define IS_INVALID_CHAR(enc, ptr, n) (0) # endif |