Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
b1a35430
Commit
b1a35430
authored
Jun 26, 2016
by
Larry Hastings
Browse files
Options
Browse Files
Download
Plain Diff
Merge.
parents
1a9af4ea
66d36cf7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
5 deletions
+11
-5
Doc/Makefile
Doc/Makefile
+7
-1
Modules/expat/xmlrole.c
Modules/expat/xmlrole.c
+2
-2
Modules/expat/xmltok.c
Modules/expat/xmltok.c
+2
-2
No files found.
Doc/Makefile
View file @
b1a35430
...
...
@@ -161,7 +161,7 @@ autobuild-dev:
-
make suspicious
# for quick rebuilds (HTML only)
autobuild-html
:
autobuild-
dev-
html
:
make html
SPHINXOPTS
=
'-A daily=1 -A versionswitcher=1'
# for stable releases: only build if not in pre-release stage (alpha, beta)
...
...
@@ -173,3 +173,9 @@ autobuild-stable:
esac
@
make autobuild-dev
autobuild-stable-html
:
@
case
$(DISTVERSION)
in
*
[
ab]
*
)
\
echo
"Not building;
$(DISTVERSION)
is not a release version."
;
\
exit
1
;;
\
esac
@
make autobuild-dev-html
Modules/expat/xmlrole.c
View file @
b1a35430
...
...
@@ -2,6 +2,8 @@
See the file COPYING for copying permission.
*/
#include <stddef.h>
#ifdef COMPILED_FROM_DSP
#include "winconfig.h"
#elif defined(MACOS_CLASSIC)
...
...
@@ -16,8 +18,6 @@
#endif
#endif
/* ndef COMPILED_FROM_DSP */
#include <stddef.h>
#include "expat_external.h"
#include "internal.h"
#include "xmlrole.h"
...
...
Modules/expat/xmltok.c
View file @
b1a35430
...
...
@@ -2,6 +2,8 @@
See the file COPYING for copying permission.
*/
#include <stddef.h>
#ifdef COMPILED_FROM_DSP
#include "winconfig.h"
#elif defined(MACOS_CLASSIC)
...
...
@@ -16,8 +18,6 @@
#endif
#endif
/* ndef COMPILED_FROM_DSP */
#include <stddef.h>
#include "expat_external.h"
#include "internal.h"
#include "xmltok.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment