-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.
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);