File symtab.h.patch of Package ftnchek
Fix interchanged arguments of the prototype "unexpr_type". --- ftnchek/symtab.h.orig 2013-07-24 21:00:39.000000000 +0200 +++ ftnchek/symtab.h 2020-06-18 01:46:59.355475371 +0200 @@ -1185,7 +1185,7 @@ PROTO(void primary_id_expr,( Token *id, PROTO(void stmt_fun_arg_cmp,( const Lsymtab *symt, const Token *d_arg, const Token *a_arg )); PROTO(int substring_size,( Token *id, Token *limits )); PROTO(array_dim_t subarray_size,( Token *id, Token *subscript_list )); -PROTO(void unexpr_type,( Token *term1, Token *op, Token *result )); +PROTO(void unexpr_type,( Token *op, Token *term1, Token *result )); PROTO(int intrins_arg_cmp,( IntrinsInfo *defn, Token *t)); /* in advance.c */