From 765548d93ca58734805e2932565398fe31d5a517 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 20 May 2017 16:47:17 -0700 Subject: doc: reorder typedef and deffi-cb sections. * txr.1: typedef moved below deffi-cb, so it it is together with sizeof. --- txr.1 | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'txr.1') diff --git a/txr.1 b/txr.1 index f7a84073..99f3599b 100644 --- a/txr.1 +++ b/txr.1 @@ -54598,27 +54598,6 @@ The result value of a form is .metn name . -.coNP Macro @ typedef -.synb -.mets (typedef < name << type-syntax ) -.syne -.desc -The -.code typedef -macro provides a convenient way to define type aliases. - -The -.meta type-syntax -expression is compiled as FFI syntax, and the -.meta name -symbol is installed as an alias denoting that type. - -The -.code typedef -macro yields the compiled version of -.meta type-syntax -as its value. - .coNP Macros @ deffi-cb and @ deffi-cb-unsafe .synb .mets (deffi-cb < name < rettype < argtypes <> [ abort-val ]) @@ -54707,6 +54686,27 @@ parameter, since unsafe callbacks do not use it. .cble +.coNP Macro @ typedef +.synb +.mets (typedef < name << type-syntax ) +.syne +.desc +The +.code typedef +macro provides a convenient way to define type aliases. + +The +.meta type-syntax +expression is compiled as FFI syntax, and the +.meta name +symbol is installed as an alias denoting that type. + +The +.code typedef +macro yields the compiled version of +.meta type-syntax +as its value. + .coNP Macro @ sizeof .synb .mets (sizeof << type-syntax ) -- cgit v1.2.3