From 491fd7cc5aefff8064039d073331b41a2f606a63 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Tue, 27 Jun 2017 11:15:37 -1000 Subject: Funcs macros gone (#3695) * No more FUNCS/MACROS distinction * change the docs to not talk about MACROS since they're gone * remove out of date comment --- docs/development/c-bindings.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'docs/development') diff --git a/docs/development/c-bindings.rst b/docs/development/c-bindings.rst index 9388958a..43ec4d8d 100644 --- a/docs/development/c-bindings.rst +++ b/docs/development/c-bindings.rst @@ -128,9 +128,7 @@ opaque struct:: ...; } QM_TRANSMOGRIFICATION_CTX; -Confusingly, functions that aren't always available on all supported -versions of the library, should be defined in ``MACROS`` and *not* in -``FUNCTIONS``. Fortunately, you just have to copy the signature:: +For functions just add the signature to ``FUNCTIONS``:: int QM_transmogrify(QM_TRANSMOGRIFICATION_CTX *, int); -- cgit v1.2.3