From 4e74a7f3f0991e271959a8c4aacc394a1e4ca615 Mon Sep 17 00:00:00 2001 From: Laurens Van Houtven <_@lvh.cc> Date: Mon, 23 Jun 2014 16:29:39 +0200 Subject: typedefs -> type definitions --- docs/development/c-bindings.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/development') diff --git a/docs/development/c-bindings.rst b/docs/development/c-bindings.rst index a8d71e5c..039c081f 100644 --- a/docs/development/c-bindings.rst +++ b/docs/development/c-bindings.rst @@ -159,7 +159,7 @@ pointer of the appropriate type to be NULL:: name and wrap it in parentheses, and then put ``= NULL`` at the end). Note how types don't need to be conditionally defined, as long as all -the necessarily typedefs are in place. +the necessarily type definitions are in place. Finally, add an entry to ``CONDITIONAL_NAMES`` with all of the things you want to conditionally export:: -- cgit v1.2.3