summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2014-05-07 18:51:34 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2014-05-07 18:51:34 +0000
commit4873505d6d6d013a0eb6552016a7a3a35311f83d (patch)
treeca34bd26f72aaae7ea7e6d015f4ced12ccdadbb8
parent4692d42498b1c995d3d597132c948250ca65ea9e (diff)
Match search_string_def() prototype change, forgotten in previous protector.[ch]
commit.
-rw-r--r--gnu/usr.bin/gcc/gcc/function.c2
1 files changed, 1 insertions, 1 deletions
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. */