Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 11a693d

Browse files
committed
merge 3.4
2 parents 056f76d + 06d49bb commit 11a693d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Modules/expat/xmlrole.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
See the file COPYING for copying permission.
33
*/
44

5+
#include <stddef.h>
6+
57
#ifdef COMPILED_FROM_DSP
68
#include "winconfig.h"
79
#elif defined(MACOS_CLASSIC)
@@ -16,8 +18,6 @@
1618
#endif
1719
#endif /* ndef COMPILED_FROM_DSP */
1820

19-
#include <stddef.h>
20-
2121
#include "expat_external.h"
2222
#include "internal.h"
2323
#include "xmlrole.h"

Modules/expat/xmltok.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
See the file COPYING for copying permission.
33
*/
44

5+
#include <stddef.h>
6+
57
#ifdef COMPILED_FROM_DSP
68
#include "winconfig.h"
79
#elif defined(MACOS_CLASSIC)
@@ -16,8 +18,6 @@
1618
#endif
1719
#endif /* ndef COMPILED_FROM_DSP */
1820

19-
#include <stddef.h>
20-
2121
#include "expat_external.h"
2222
#include "internal.h"
2323
#include "xmltok.h"

0 commit comments

Comments
 (0)