aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1993-02-05 22:56:37 +0000
committerRichard Stallman <rms@gnu.org>1993-02-05 22:56:37 +0000
commited3eea740ab2b5bd088dc1cc63b0261a2249c12e (patch)
treef2b41d810a8a381e739917b29096e88c2651a30d /gcc
parent93507444146a6fb44ef78b589f5bba447d7657fd (diff)
downloadgcc-ed3eea740ab2b5bd088dc1cc63b0261a2249c12e.zip
gcc-ed3eea740ab2b5bd088dc1cc63b0261a2249c12e.tar.gz
gcc-ed3eea740ab2b5bd088dc1cc63b0261a2249c12e.tar.bz2
Add some prototypes.
From-SVN: r3422
Diffstat (limited to 'gcc')
-rw-r--r--gcc/c-tree.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/c-tree.h b/gcc/c-tree.h
index 80e7f2a..7b71e2b 100644
--- a/gcc/c-tree.h
+++ b/gcc/c-tree.h
@@ -156,6 +156,10 @@ extern tree combine_strings PROTO((tree));
extern void constant_expression_warning PROTO((tree));
extern void decl_attributes PROTO((tree, tree));
extern void declare_function_name PROTO((void));
+extern tree convert_and_check PROTO((tree, tree));
+extern void constant_expression_warning PROTO((tree));
+extern void overflow_warning PROTO((tree));
+extern void unsigned_conversion_warning PROTO((tree, tree));
/* Read the rest of the current #-directive line. */
#if 0
extern char *get_directive_line PROTO((FILE *));