chiark / gitweb /
src/pset-parse.lisp: Export the `parse-property' function.
[sod] / src / pset-parse.lisp
index ddc34e04f96eed91c43ed700ff10b3ae7a9a766c..6619e1bfef599b8979044ef2f6eb170795a52a31 100644 (file)
@@ -133,6 +133,7 @@     (defun parse-expression (scanner)
 ;;;--------------------------------------------------------------------------
 ;;; Parsing property sets.
 
+(export 'parse-property)
 (defun parse-property (scanner pset)
   "Parse a single property using the SCANNER; add it to the PSET."
   ;; property ::= id `=' expression