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
a1d7405c
Commit
a1d7405c
authored
Apr 26, 1993
by
Kresten Krab Thorup
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Take out archiving for alpha
From-SVN: r4230
parent
0f7b4f69
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
gcc/objc/objc-api.h
+6
-2
No files found.
gcc/objc/objc-api.h
View file @
a1d7405c
...
...
@@ -207,7 +207,8 @@ object_get_meta_class(id object)
}
static
inline
Class_t
object_get_super_class
(
id
object
)
object_get_super_class
(
id
object
)
{
return
((
object
!=
nil
)
?
(
CLS_ISCLASS
(
object
->
class_pointer
)
?
object
->
class_pointer
->
super_class
...
...
@@ -235,8 +236,11 @@ object_is_meta_class(id object)
return
CLS_ISMETA
((
Class_t
)
object
);
}
/* Archiving stuff */
#ifndef __alpha__
typedef
int
(
*
objc_typed_read_func
)(
void
*
,
char
*
,
int
);
typedef
int
(
*
objc_typed_write_func
)(
void
*
,
const
char
*
,
int
);
typedef
int
(
*
objc_typed_flush_func
)(
void
*
);
...
...
@@ -332,5 +336,5 @@ void objc_close_typed_stream (TypedStream* stream);
BOOL
objc_end_of_typed_stream
(
TypedStream
*
stream
);
void
objc_flush_typed_stream
(
TypedStream
*
stream
);
#endif
/* __alpha__ */
#endif
/* not __objc_api_INCLUDE_GNU */
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