aboutsummaryrefslogtreecommitdiff
path: root/gcc/convert.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/convert.h')
-rw-r--r--gcc/convert.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/convert.h b/gcc/convert.h
new file mode 100644
index 0000000..5e54da3
--- /dev/null
+++ b/gcc/convert.h
@@ -0,0 +1,3 @@
+extern tree convert_to_integer PROTO ((tree, tree));
+extern tree convert_to_pointer PROTO ((tree, tree));
+extern tree convert_to_real PROTO ((tree, tree));