X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/bacaaec3a2ba7e5fdbc342045f74394bc5ffbbcf..92e590b029e3cffc62b2876149ab257f0e6d8eb3:/src/utilities.lisp diff --git a/src/utilities.lisp b/src/utilities.lisp index 6e7a592..e7e1ae2 100644 --- a/src/utilities.lisp +++ b/src/utilities.lisp @@ -34,6 +34,16 @@ (cl:in-package #:sod-utilities) ;;;-------------------------------------------------------------------------- +;;; Common symbols. +;;; +;;; Sometimes, logically independent packages will want to use the same +;;; symbol, and these uses (by careful design) don't conflict with each +;;; other. If we export the symbols here, then the necessary sharing will +;;; happen automatically. + +(export 'int) ; used by c-types and optparse + +;;;-------------------------------------------------------------------------- ;;; Macro hacks. (export 'with-gensyms)