add unsafe-fx->fl; avoid some gcc warnings

svn: r16221

original commit: 01d15eb9b62e7b0499dba81c41a74d9ea33cc391
This commit is contained in:
Matthew Flatt 2009-10-02 19:45:41 +00:00
parent 73fa928ff5
commit 08351c1a39

View File

@ -164,7 +164,7 @@ hyperlinked to the module path's definition as created by
@scheme[defmodule].}
@defform[(schememodlink datum pre-content-expr ...)]{
Like @scheme[schememodlink], but separating the module path to link
Like @scheme[schememod], but separating the module path to link
from the content to be linked. The @scheme[datum] module path is always
linked, even if it is not an identifier.}