After r255294, building lib/msun's symbol map (using clang as the

preprocessor) gives the following error:

--- Version.map ---
<stdin>:287:4: error: invalid preprocessing directive
        # Implemented as weak aliases for imprecise versions
          ^
1 error generated.

Change the comment to a C-style one, to prevent this error.

Approved by:	re (hrs)
This commit is contained in:
Dimitry Andric 2013-09-12 20:51:48 +00:00
parent 60a774426c
commit f5355ab1ba
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=255499

View File

@ -270,7 +270,7 @@ FBSD_1.3 {
log1pl;
log2l;
logl;
# Implemented as weak aliases for imprecise versions
/* Implemented as weak aliases for imprecise versions */
coshl;
erfcl;
erfl;