summaryrefslogtreecommitdiffstats
path: root/contrib/libgmp/mpn/bsd.h
diff options
context:
space:
mode:
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