]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/fortran/trans.h
trans.h (gfc_build_compare_string): Add CODE argument.
[thirdparty/gcc.git] / gcc / fortran / trans.h
index cd80282f15ecad77af39f2bcd23e3e785c3bf60e..c30d3b826cf317355be9cf98cb2b36ade4410a95 100644 (file)
@@ -279,7 +279,7 @@ void gfc_make_safe_expr (gfc_se * se);
 void gfc_conv_string_parameter (gfc_se * se);
 
 /* Compare two strings.  */
-tree gfc_build_compare_string (tree, tree, tree, tree, int);
+tree gfc_build_compare_string (tree, tree, tree, tree, int, enum tree_code);
 
 /* Add an item to the end of TREE_LIST.  */
 tree gfc_chainon_list (tree, tree);