]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/c-common.h
c-common.h: Prototype min_precision and c_build_qualified_type here...
[thirdparty/gcc.git] / gcc / c-common.h
index ba5d0fad6121fbdd87fd467c1386db26c2c604db..a7675dda05fc71cb78b4970f5f3b56a0f59581e0 100644 (file)
@@ -260,6 +260,11 @@ extern tree truthvalue_conversion          PARAMS ((tree));
 extern tree type_for_mode                      PARAMS ((enum machine_mode, int));
 extern tree type_for_size                      PARAMS ((unsigned, int));
 
+extern unsigned int min_precision              PARAMS ((tree, int));
+
+/* Add qualifiers to a type, in the fashion for C.  */
+extern tree c_build_qualified_type              PARAMS ((tree, int));
+
 /* Build tree nodes and builtin functions common to both C and C++ language
    frontends.  */
 extern void c_common_nodes_and_builtins                PARAMS ((int, int, int));