Hi Steve,

On Sat, Oct 28, 2017 at 12:03:58AM +0200, Thomas Koenig wrote:
+/* Callback function to determine if an expression is the
+   corresponding variable.  */
+
+static int
static bool

Most of the functions in the patch are callback functions for
gfc_code_walker or gfc_expr_walker, respectively. Their
function arguments are given as

typedef int (*walk_code_fn_t) (gfc_code **, int *, void *);
typedef int (*walk_expr_fn_t) (gfc_expr **, int *, void *);

respectively, so the types of the functions are fixed.

Regards

        Thomas


Reply via email to