diff dyncall/dyncall.3 @ 250:7cb8a0aaf638

- note about c99 (+ anon struct/union) requirements in doc
author Tassilo Philipp
date Sun, 14 May 2017 00:19:15 +0200
parents dfde5035d410
children 32736025371f
line wrap: on
line diff
--- a/dyncall/dyncall.3	Sat May 13 23:02:17 2017 +0200
+++ b/dyncall/dyncall.3	Sun May 14 00:19:15 2017 +0200
@@ -187,6 +187,13 @@
 	r = dcCallDouble(vm, (DCpointer)&sqrt);
 	dcFree(vm);
 .Ed
+.Sh CONFORMING TO
+The dyncall library needs at least a c99 compiler with additional support for
+anonymous structs/unions (which were introduced officially in c11). Given that
+those are generally supported by pretty much all major c99 conforming compilers
+(as default extension), it should build fine with a c99 toolchain. Strictly
+speaking, dyncall conforms to c11, though.
+.Ed
 .Sh SEE ALSO
 .Xr dyncallback 3 ,
 .Xr dynload 3