aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2003-07-06 14:40:49 +0000
committerNathan Sidwell <nathan@gcc.gnu.org>2003-07-06 14:40:49 +0000
commit2aab7ceb8b58b89e48e99c3e5af119cc2f50b81c (patch)
tree10b98969d0af1c81058c7434f9916ecc1e7ae73d /gcc/tree.h
parent46c5ad278b15d1db509093032ea1eed00459b3a0 (diff)
downloadgcc-2aab7ceb8b58b89e48e99c3e5af119cc2f50b81c.zip
gcc-2aab7ceb8b58b89e48e99c3e5af119cc2f50b81c.tar.gz
gcc-2aab7ceb8b58b89e48e99c3e5af119cc2f50b81c.tar.bz2
tree.h (crc32_string): Declare.
* tree.h (crc32_string): Declare. * tree.c (append_random_chars): Remove. (crc32_string): New. (get_file_function_name_long): Use crc32_string here. From-SVN: r69004
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index 2ca31dd..9be6532 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -2640,6 +2640,7 @@ extern tree builtin_function (const char *, tree, int, enum built_in_class,
const char *, tree);
/* In tree.c */
+extern unsigned crc32_string (unsigned, const char *);
extern void clean_symbol_name (char *);
extern tree get_file_function_name_long (const char *);
extern tree get_set_constructor_bits (tree, char *, int);