Commit c1c52409 by Paul Brook

* intrinsic.c (add_subroutines): Use add_sym_3s for random_seed.

From-SVN: r82139
parent 6ad70bf2
2004-05-22 Pau Brook <paul@codesourcery.com>
2004-05-22 Steven G. Kargl <kargls@comcast.net>
* intrinsic.c (add_subroutines): Use add_sym_3s for random_seed.
2004-05-22 Paul Brook <paul@codesourcery.com>
* dump-parse-tree.c (gfc_show_equiv): New function.
(gfc_show_namespace): Use it.
......
......@@ -1654,7 +1654,7 @@ add_subroutines (void)
gfc_check_random_number, NULL, gfc_resolve_random_number,
h, BT_REAL, dr, 0);
add_sym_3 ("random_seed", 0, 1, BT_UNKNOWN, 0,
add_sym_3s ("random_seed", 0, 1, BT_UNKNOWN, 0,
gfc_check_random_seed, NULL, NULL,
sz, BT_INTEGER, di, 1, pt, BT_INTEGER, di, 1,
gt, BT_INTEGER, di, 1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment