X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/a27e1bd18aec37d83ceee51dacfc86f64707178f..8fafc4630df7594035e9a7e565292baa9b4d65f3:/doc/list-exports diff --git a/doc/list-exports b/doc/list-exports index a90c0d5..c82100a 100755 --- a/doc/list-exports +++ b/doc/list-exports @@ -334,12 +334,14 @@ (null))) (when (find-class symbol nil) (push :class things)) - (when (or (specialized-on-p #'sod:expand-c-type-spec 0 symbol) - (specialized-on-p #'sod:expand-c-type-form 0 symbol)) - (push :c-type things)) - (when (or (specialized-on-p #'sod-parser:expand-parser-spec 1 symbol) - (specialized-on-p #'sod-parser:expand-parser-form 1 symbol)) - (push :parser things)) + (when (specialized-on-p #'sod:expand-c-type-spec 0 symbol) + (push :c-type-spec things)) + (when (specialized-on-p #'sod:expand-c-type-form 0 symbol) + (push :c-type-form things)) + (when (specialized-on-p #'sod-parser:expand-parser-spec 1 symbol) + (push :parser-spec things)) + (when (specialized-on-p #'sod-parser:expand-parser-form 1 symbol) + (push :parser-form things)) (when (get symbol 'optparse::opthandler) (push :opthandler things)) (when (get symbol 'optparse::optmacro)