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
bfb73556
Commit
bfb73556
authored
Apr 09, 1993
by
Tom Wood
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add declarations for functions in objc-act.c.
(doing_objc_thang): Declare here. From-SVN: r4064
parent
796c0c93
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
2 deletions
+12
-2
gcc/c-tree.h
+12
-2
No files found.
gcc/c-tree.h
View file @
bfb73556
...
@@ -149,8 +149,15 @@ struct lang_type
...
@@ -149,8 +149,15 @@ struct lang_type
an explicit loop over that iterator. */
an explicit loop over that iterator. */
#define ITERATOR_BOUND_P(NODE) ((NODE)->common.readonly_flag)
#define ITERATOR_BOUND_P(NODE) ((NODE)->common.readonly_flag)
extern
int
maybe_objc_comptypes
PROTO
((
tree
,
tree
));
/* in c-lang.c and objc-act.c */
extern
tree
lookup_interface
PROTO
((
tree
));
extern
tree
is_class_name
PROTO
((
tree
));
extern
void
maybe_objc_check_decl
PROTO
((
tree
));
extern
int
maybe_objc_comptypes
PROTO
((
tree
,
tree
,
int
));
extern
tree
maybe_building_objc_message_expr
PROTO
((
void
));
extern
tree
maybe_building_objc_message_expr
PROTO
((
void
));
extern
tree
maybe_objc_method_name
PROTO
((
tree
));
extern
int
recognize_objc_keyword
PROTO
((
void
));
extern
tree
build_objc_string
PROTO
((
int
,
char
*
));
/* in c-aux-info.c */
/* in c-aux-info.c */
extern
void
gen_aux_info_record
PROTO
((
tree
,
int
,
int
,
int
));
extern
void
gen_aux_info_record
PROTO
((
tree
,
int
,
int
,
int
));
...
@@ -168,7 +175,6 @@ extern void constant_expression_warning PROTO((tree));
...
@@ -168,7 +175,6 @@ extern void constant_expression_warning PROTO((tree));
extern
void
decl_attributes
PROTO
((
tree
,
tree
));
extern
void
decl_attributes
PROTO
((
tree
,
tree
));
extern
void
declare_function_name
PROTO
((
void
));
extern
void
declare_function_name
PROTO
((
void
));
extern
tree
convert_and_check
PROTO
((
tree
,
tree
));
extern
tree
convert_and_check
PROTO
((
tree
,
tree
));
extern
void
constant_expression_warning
PROTO
((
tree
));
extern
void
overflow_warning
PROTO
((
tree
));
extern
void
overflow_warning
PROTO
((
tree
));
extern
void
unsigned_conversion_warning
PROTO
((
tree
,
tree
));
extern
void
unsigned_conversion_warning
PROTO
((
tree
,
tree
));
/* Read the rest of the current #-directive line. */
/* Read the rest of the current #-directive line. */
...
@@ -434,4 +440,8 @@ extern int (*comptypes_record_hook) ();
...
@@ -434,4 +440,8 @@ extern int (*comptypes_record_hook) ();
extern
int
system_header_p
;
extern
int
system_header_p
;
/* Nonzero enables objc features. */
extern
int
doing_objc_thang
;
#endif
/* not _C_TREE_H */
#endif
/* not _C_TREE_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