mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-21 02:50:27 +08:00
* cp-tree.h: Fix typo.
From-SVN: r18824
This commit is contained in:
parent
6b4e839128
commit
e4959d7c25
@ -1,3 +1,7 @@
|
||||
Wed Mar 25 12:10:45 1998 Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>
|
||||
|
||||
* cp-tree.h: Fix typo.
|
||||
|
||||
Wed Mar 25 02:01:02 1998 Jason Merrill <jason@yorick.cygnus.com>
|
||||
|
||||
* expr.c (cplus_expand_expr): Only do PCC_STATIC_STRUCT_RETURN thing
|
||||
|
@ -2560,7 +2560,7 @@ extern void finish_return_stmt PROTO((tree));
|
||||
extern tree begin_for_stmt PROTO((void));
|
||||
extern void finish_for_init_stmt PROTO((tree));
|
||||
extern void finish_for_cond PROTO((tree, tree));
|
||||
extern void finish_for_expression PROTO((tree, tree));
|
||||
extern void finish_for_expr PROTO((tree, tree));
|
||||
extern void finish_for_stmt PROTO((tree, tree));
|
||||
extern void finish_break_stmt PROTO((void));
|
||||
extern void finish_continue_stmt PROTO((void));
|
||||
|
Loading…
x
Reference in New Issue
Block a user