From: miod Date: Wed, 7 May 2014 18:51:33 +0000 (+0000) Subject: Match search_string_def() prototype change, forgotten in previous protector.[ch] X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=34a73b7332d84491dc5550271ab0b0e05ce92b68;p=openbsd Match search_string_def() prototype change, forgotten in previous protector.[ch] commit. --- diff --git a/gnu/usr.bin/gcc/gcc/function.c b/gnu/usr.bin/gcc/gcc/function.c index a542606fa05..6585afc2bbb 100644 --- a/gnu/usr.bin/gcc/gcc/function.c +++ b/gnu/usr.bin/gcc/gcc/function.c @@ -656,7 +656,7 @@ assign_stack_temp_for_type (mode, size, keep, type) struct temp_slot *p, *best_p = 0; rtx slot; int char_array = (flag_propolice_protection - && keep == 1 && search_string_def (type, TRUE)); + && keep == 1 && search_string_def (type)); /* If SIZE is -1 it means that somebody tried to allocate a temporary of a variable size. */