chiark
/
gitweb
/
~mdw
/
sod
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
e43d353
)
src/c-types-{proto,impl}.lisp: Add `:export' parameter to `defctype'.
author
Mark Wooding
<mdw@distorted.org.uk>
Wed, 16 Dec 2015 06:15:06 +0000
(06:15 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 29 May 2016 13:40:40 +0000
(14:40 +0100)
Similar to `definst' (changed in
418752c
), have `defctype' optionally
export its type name and variable. Use this to (a) eliminate the
enormous explicit export list, and (b) actually export the variable
names.
Also change `define-simple-c-type' to match.
And document these changes.
No differences found