chiark
/
gitweb
/
~mdw
/
sod
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
src/utilities.lisp (merge-lists): Make default tie-break sane, and document.
[sod]
/
src
/
module-parse.lisp
diff --git
a/src/module-parse.lisp
b/src/module-parse.lisp
index 9cad3d4871dd9aba0bf2dc9294d1530773690e1c..4bf071c843da415a19c5a605b2c94a8985356420 100644
(file)
--- a/
src/module-parse.lisp
+++ b/
src/module-parse.lisp
@@
-167,6
+167,8
@@
(define-pluggable-parser module lisp (scanner pset)
;;;--------------------------------------------------------------------------
;;; Class declarations.
;;;--------------------------------------------------------------------------
;;; Class declarations.
+(export 'class-item)
+
(defun parse-class-body (scanner pset name supers)
;; class-body ::= `{' class-item* `}'
;;
(defun parse-class-body (scanner pset name supers)
;; class-body ::= `{' class-item* `}'
;;