diff options
Diffstat (limited to 'gcc/cp/semantics.c')
-rw-r--r-- | gcc/cp/semantics.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/semantics.c b/gcc/cp/semantics.c index 3272284..aaf8be4 100644 --- a/gcc/cp/semantics.c +++ b/gcc/cp/semantics.c @@ -393,7 +393,7 @@ finish_goto_stmt (tree destination) /* COND is the condition-expression for an if, while, etc., statement. Convert it to a boolean value, if appropriate. */ -tree +static tree maybe_convert_cond (tree cond) { /* Empty conditions remain empty. */ |