* Clean up usages of TREE_INT_CST_LOW.
[gcc.git] / gcc / cp / cp-tree.h
index 88e63032396c1998a41add685a9493dfa74cdbf1..fd87926fd03f057522940c630089c70ea562380b 100644 (file)
@@ -3116,6 +3116,7 @@ extern tree convert_and_check                     PARAMS ((tree, tree));
 extern void overflow_warning                   PARAMS ((tree));
 extern void unsigned_conversion_warning                PARAMS ((tree, tree));
 extern void c_apply_type_quals_to_decl          PARAMS ((int, tree));
+extern unsigned int min_precision              PARAMS ((tree, int));
 
 /* Read the rest of the current #-directive line.  */
 #if USE_CPPLIB