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
6d9bd624
Commit
6d9bd624
authored
Apr 12, 1993
by
Kresten Krab Thorup
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
now "#include"s objc-archive.h
From-SVN: r4094
parent
d408c5da
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
gcc/objc/objc.h
+6
-2
No files found.
gcc/objc/objc.h
View file @
6d9bd624
...
@@ -280,7 +280,7 @@ typedef struct objc_class *MetaClass_t;
...
@@ -280,7 +280,7 @@ typedef struct objc_class *MetaClass_t;
** change type. The compiler generates "char* const" and places a string in
** change type. The compiler generates "char* const" and places a string in
** the following member variables: super_class.
** the following member variables: super_class.
*/
*/
typedef
struct
objc_class
{
struct
objc_class
{
MetaClass_t
class_pointer
;
/* Pointer to the class's
MetaClass_t
class_pointer
;
/* Pointer to the class's
meta class. */
meta class. */
struct
objc_class
*
super_class
;
/* Pointer to the super
struct
objc_class
*
super_class
;
/* Pointer to the super
...
@@ -316,7 +316,10 @@ typedef struct objc_class {
...
@@ -316,7 +316,10 @@ typedef struct objc_class {
struct
objc_protocol_list
*
protocols
;
/* Protocols conformed to */
struct
objc_protocol_list
*
protocols
;
/* Protocols conformed to */
}
Class
,
*
Class_t
,
MetaClass
;
};
#define Class struct objc_class
#define Class_t Class*
typedef
struct
objc_class
MetaClass
;
/* Protocol support */
/* Protocol support */
...
@@ -412,6 +415,7 @@ typedef struct objc_category {
...
@@ -412,6 +415,7 @@ typedef struct objc_category {
*/
*/
typedef
struct
objc_typed_stream
TypedStream
;
typedef
struct
objc_typed_stream
TypedStream
;
#include <objc/objc-archive.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