diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-05-20 16:47:17 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-05-20 16:47:17 -0700 |
commit | 765548d93ca58734805e2932565398fe31d5a517 (patch) | |
tree | 36e37f753b7f4e51b8c1db7ba6a4f743c6f81761 | |
parent | 298e35d6496cd4edac00578433ecbc020801e3a5 (diff) | |
download | txr-765548d93ca58734805e2932565398fe31d5a517.tar.gz txr-765548d93ca58734805e2932565398fe31d5a517.tar.bz2 txr-765548d93ca58734805e2932565398fe31d5a517.zip |
doc: reorder typedef and deffi-cb sections.
* txr.1: typedef moved below deffi-cb, so it it is together
with sizeof.
-rw-r--r-- | txr.1 | 42 |
1 files changed, 21 insertions, 21 deletions
@@ -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 ) |