From e784e64956c558965e01fc239371949d3ac98c90 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Mon, 31 May 2004 09:13:33 +0000 Subject: [PATCH] * builtins.c: Add a prototype for fold_builtin_strchr(). From-SVN: r82477 --- gcc/ChangeLog | 4 ++++ gcc/builtins.c | 1 + 2 files changed, 5 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8ce27ff371b..28c70ec38eb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-05-31 Kazu Hirata + + * builtins.c: Add a prototype for fold_builtin_strchr(). + 2004-05-31 Paolo Bonzini Revert this patch: diff --git a/gcc/builtins.c b/gcc/builtins.c index 4bac9999703..3fb8a0f6dba 100644 --- a/gcc/builtins.c +++ b/gcc/builtins.c @@ -157,6 +157,7 @@ static tree fold_builtin_mempcpy (tree); static tree fold_builtin_memmove (tree); static tree fold_builtin_strcpy (tree); static tree fold_builtin_strncpy (tree); +static tree fold_builtin_strchr (tree, bool); static tree fold_builtin_memcmp (tree); static tree fold_builtin_strcmp (tree); static tree fold_builtin_strncmp (tree); -- 2.30.2