Commit fd517dc6 by Francois-Xavier Coudert Committed by François-Xavier Coudert

* intrinsics/access.c (access_func): Remove export directive.

From-SVN: r115949
parent 15ecde8e
2006-08-05 Francois-Xavier Coudert <coudert@clipper.ens.fr>
* intrinsics/access.c (access_func): Remove export directive.
2006-08-02 Thomas Koenig <Thomas.Koenig@online.de>
* Makefile.in: Regenerate using automake 1.9.6.
......
......@@ -95,5 +95,4 @@ access_func (char *name, char *mode, gfc_charlen_type name_len,
/* And make the call to access(). */
return (access (file, m) == 0 ? 0 : errno);
}
export(access_func);
#endif
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