summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
Diffstat (limited to 'txr.1')
-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 )