X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/sod/blobdiff_plain/db2abd9da3507b4329c06cced193ab7bedb49cea..0e7cdea08f8c635a46e66bd0a96bb6f12b907bbc:/src/module-parse.lisp diff --git a/src/module-parse.lisp b/src/module-parse.lisp index 9cad3d4..d9bde30 100644 --- a/src/module-parse.lisp +++ b/src/module-parse.lisp @@ -7,7 +7,7 @@ ;;;----- Licensing notice --------------------------------------------------- ;;; -;;; This file is part of the Sensble Object Design, an object system for C. +;;; This file is part of the Sensible Object Design, an object system for C. ;;; ;;; SOD is free software; you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License as published by @@ -167,6 +167,8 @@ (define-pluggable-parser module lisp (scanner pset) ;;;-------------------------------------------------------------------------- ;;; Class declarations. +(export 'class-item) + (defun parse-class-body (scanner pset name supers) ;; class-body ::= `{' class-item* `}' ;;