chiark / gitweb /
src/{builtin,c-types-{impl,parse}}.lisp: Add some more builtin types.
[sod] / src / module-parse.lisp
index 9cad3d4871dd9aba0bf2dc9294d1530773690e1c..d9bde3045379e1bcbcc71826f33576a6e66e362e 100644 (file)
@@ -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* `}'
   ;;