summaryrefslogtreecommitdiffstats
path: root/lib/libc/gdtoa/Symbol.map
diff options
context:
space:
mode:
authordeischen <deischen@FreeBSD.org>2007-04-29 14:05:22 +0000
committerdeischen <deischen@FreeBSD.org>2007-04-29 14:05:22 +0000
commit2a7306fdc570c474f76b95120a54af2235ed16da (patch)
tree5f8a81ab8d058f88af8e9dc21d42f02d03624a23 /lib/libc/gdtoa/Symbol.map
parentdd57d65e2d8f9f15d6abe88ebd7078bef1d309be (diff)
downloadFreeBSD-src-2a7306fdc570c474f76b95120a54af2235ed16da.zip
FreeBSD-src-2a7306fdc570c474f76b95120a54af2235ed16da.tar.gz
Use C comments since we now preprocess these files with CPP.
Diffstat (limited to 'lib/libc/gdtoa/Symbol.map')
-rw-r--r--lib/libc/gdtoa/Symbol.map12
1 files changed, 8 insertions, 4 deletions
diff --git a/lib/libc/gdtoa/Symbol.map b/lib/libc/gdtoa/Symbol.map
index 62d6c70..31e0b68 100644
--- a/lib/libc/gdtoa/Symbol.map
+++ b/lib/libc/gdtoa/Symbol.map
@@ -1,8 +1,12 @@
-# $FreeBSD$
+/*
+ * $FreeBSD$
+ */
FBSD_1.0 {
- # Standard functions from contrib/gdtoa
- # (dtoa is renamed to __dtoa and not exported)
+ /*
+ * Standard functions from contrib/gdtoa
+ * (dtoa is renamed to __dtoa and not exported)
+ */
freedtoa;
g_Qfmt;
g_ddfmt;
@@ -34,6 +38,6 @@ FBSD_1.0 {
strtorx;
strtorxL;
- # FreeBSD additions
+ /* FreeBSD additions */
strtold;
};
OpenPOWER on IntegriCloud