OSDN Git Service

Fix linux-x-cygwin build failure with readline.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 Feb 1999 13:31:48 +0000 (13:31 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 Feb 1999 13:31:48 +0000 (13:31 +0000)
commit8070ac1a6bb1b36c0df52c63dbe060abf6bc3e82
tree7c82effa40734a355a02edf3747e67c31c5b7128
parent37f7956e16cd10042f4f5656277fb6f24b36a038
Fix linux-x-cygwin build failure with readline.
* stmt.c (expand_return): Return if optimize_tail_recursion succeeded.
(optimize_tail_recursion): Change return type from void to int.
Add return statements.
* tree.h (optimize_tail_recursion): Change prototype to match.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25170 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/stmt.c
gcc/tree.h