This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[patch] builtins.c: Add a prototype for fold_builtin_strchr().
- From: Kazu Hirata <kazu at cs dot umass dot edu>
- To: gcc-patches at gcc dot gnu dot org
- Cc: roger at eyesopen dot com
- Date: Mon, 31 May 2004 05:14:37 -0400 (EDT)
- Subject: [patch] builtins.c: Add a prototype for fold_builtin_strchr().
Hi,
Bootstrapped on i686-pc-linux-gnu. Committed as preapproved by Roger
Sayle offline.
Kazu Hirata
2004-05-31 Kazu Hirata <kazu@cs.umass.edu>
* builtins.c: Add a prototype for fold_builtin_strchr().
Index: builtins.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/builtins.c,v
retrieving revision 1.328
diff -u -r1.328 builtins.c
--- builtins.c 30 May 2004 21:05:20 -0000 1.328
+++ builtins.c 31 May 2004 05:24:48 -0000
@@ -157,6 +157,7 @@
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);