summaryrefslogtreecommitdiffstats
path: root/contrib/libgmp/mpn/bsd.h
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1996-10-20 08:49:26 +0000
committermarkm <markm@FreeBSD.org>1996-10-20 08:49:26 +0000
commit6ec01646dc55b6fa688ed5906e0d52556d174da2 (patch)
treeecc4c214d76efa8e1b2fb33ac2f0aab18ea03ebf /contrib/libgmp/mpn/bsd.h
downloadFreeBSD-src-6ec01646dc55b6fa688ed5906e0d52556d174da2.zip
FreeBSD-src-6ec01646dc55b6fa688ed5906e0d52556d174da2.tar.gz
Clean import of libgmp 2.0.2, with only the non-x86 bits removed.
BMakefiles and other bits will follow. Requested by: Andrey Chernov Made world by: Chuck Robey
Diffstat (limited to 'contrib/libgmp/mpn/bsd.h')
-rw-r--r--contrib/libgmp/mpn/bsd.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/libgmp/mpn/bsd.h b/contrib/libgmp/mpn/bsd.h
new file mode 100644
index 0000000..8a0cbce
--- /dev/null
+++ b/contrib/libgmp/mpn/bsd.h
@@ -0,0 +1,5 @@
+#if __STDC__
+#define C_SYMBOL_NAME(name) _##name
+#else
+#define C_SYMBOL_NAME(name) _/**/name
+#endif
OpenPOWER on IntegriCloud