From 34a73b7332d84491dc5550271ab0b0e05ce92b68 Mon Sep 17 00:00:00 2001 From: miod Date: Wed, 7 May 2014 18:51:33 +0000 Subject: [PATCH] Match search_string_def() prototype change, forgotten in previous protector.[ch] commit. --- gnu/usr.bin/gcc/gcc/function.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.20.1