summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2017-05-20 16:47:17 -0700
committerKaz Kylheku <kaz@kylheku.com>2017-05-20 16:47:17 -0700
commitce6a1425eff91cc746d1a445de1488abf07840b3 (patch)
tree36e37f753b7f4e51b8c1db7ba6a4f743c6f81761
parent1c54a523de11b44959de306209bd86b8833c8fa6 (diff)
downloadtxr-ce6a1425eff91cc746d1a445de1488abf07840b3.tar.gz
txr-ce6a1425eff91cc746d1a445de1488abf07840b3.tar.bz2
txr-ce6a1425eff91cc746d1a445de1488abf07840b3.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.142
1 files changed, 21 insertions, 21 deletions
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 )