Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
83c28dfd
Commit
83c28dfd
authored
Sep 11, 2010
by
Nicola Pero
Committed by
Nicola Pero
Sep 11, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
In libobjc/:
* objc/objc-api.h: Removed obsolete #ifdef for NeXTSTEP. From-SVN: r164217
parent
a67189d4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
libobjc/ChangeLog
+4
-0
libobjc/objc/objc-api.h
+0
-6
No files found.
libobjc/ChangeLog
View file @
83c28dfd
2010-09-11 Nicola Pero <nicola.pero@meta-innovation.com>
* objc/objc-api.h: Removed obsolete #ifdef for NeXTSTEP.
2010-09-11 Nicola Pero <nicola.pero@meta-innovation.com>
* archive.c: Removed not needed includes.
* class.c: Same change.
* hash.c: Same change.
...
...
libobjc/objc/objc-api.h
View file @
83c28dfd
...
...
@@ -530,12 +530,6 @@ method_get_imp(Method_t method)
IMP
get_imp
(
Class
_class
,
SEL
sel
);
/* Redefine on NeXTSTEP so as not to conflict with system function */
#ifdef __NeXT__
#define object_copy gnu_object_copy
#define object_dispose gnu_object_dispose
#endif
id
object_copy
(
id
object
);
id
object_dispose
(
id
object
);
...
...
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