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
a811a5b1
Commit
a811a5b1
authored
Aug 15, 2000
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove the osdefs.h #include; it was not needed in the final version of
my last set of changes.
parent
a64436e8
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
Python/compile.c
Python/compile.c
+0
-1
Python/pythonrun.c
Python/pythonrun.c
+0
-1
No files found.
Python/compile.c
View file @
a811a5b1
...
@@ -31,7 +31,6 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
...
@@ -31,7 +31,6 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#include "compile.h"
#include "compile.h"
#include "opcode.h"
#include "opcode.h"
#include "structmember.h"
#include "structmember.h"
#include "osdefs.h"
/* SEP */
#include <ctype.h>
#include <ctype.h>
#ifdef HAVE_LIMITS_H
#ifdef HAVE_LIMITS_H
...
...
Python/pythonrun.c
View file @
a811a5b1
...
@@ -20,7 +20,6 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
...
@@ -20,7 +20,6 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#include "compile.h"
#include "compile.h"
#include "eval.h"
#include "eval.h"
#include "marshal.h"
#include "marshal.h"
#include "osdefs.h"
/* SEP */
#ifdef HAVE_UNISTD_H
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#include <unistd.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