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
96374322
Commit
96374322
authored
May 13, 1997
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Renamed mappingobject.c to dictobject.c.
parent
e4766f69
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1036 deletions
+3
-1036
Objects/Makefile.in
Objects/Makefile.in
+3
-3
Objects/mappingobject.c
Objects/mappingobject.c
+0
-1033
No files found.
Objects/Makefile.in
View file @
96374322
...
...
@@ -30,7 +30,7 @@ OBJS= abstract.o \
classobject.o cobject.o complexobject.o
\
fileobject.o floatobject.o
\
frameobject.o funcobject.o intobject.o listobject.o
\
longobject.o
mapping
object.o methodobject.o
\
longobject.o
dict
object.o methodobject.o
\
moduleobject.o object.o rangeobject.o
\
sliceobject.o stringobject.o
\
tupleobject.o typeobject.o
...
...
@@ -39,7 +39,7 @@ SRCS= abstract.c \
classobject.c cobject.c complexobject.c
\
fileobject.c floatobject.c
\
frameobject.c funcobject.c intobject.c listobject.c
\
longobject.c
mapping
object.c methodobject.c
\
longobject.c
dict
object.c methodobject.c
\
moduleobject.c object.c rangeobject.c
\
sliceobject.c stringobject.c
\
tupleobject.c typeobject.c
...
...
@@ -83,7 +83,7 @@ funcobject.o: funcobject.c
intobject.o
:
intobject.c
listobject.o
:
listobject.c
longobject.o
:
longobject.c
mappingobject.o
:
mapping
object.c
dictobject.o
:
dict
object.c
methodobject.o
:
methodobject.c
moduleobject.o
:
moduleobject.c
object.o
:
object.c
...
...
Objects/mappingobject.c
deleted
100644 → 0
View file @
e4766f69
This diff is collapsed.
Click to expand it.
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