From 6a45e64e91d560e130ca5d3135ea11a978d4c1a9 Mon Sep 17 00:00:00 2001
From: pmai <pmai>
Date: Fri, 23 Aug 2002 17:10:29 +0000
Subject: [PATCH] Added missing export of simple-parse-error.

---
 code/exports.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/code/exports.lisp b/code/exports.lisp
index 899328059..e7516ca3b 100644
--- a/code/exports.lisp
+++ b/code/exports.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.191 2002/02/28 22:25:11 toy Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.192 2002/08/23 17:10:29 pmai Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -1689,7 +1689,7 @@
 	   "MAKE-UNDEFINED-CLASS" "%COMPILER-ONLY-DEFSTRUCT"
 	   "CLASS-DIRECT-SUPERCLASSES" "MAKE-LAYOUT" "SIMPLE-CONTROL-ERROR"
 	   "SIMPLE-FILE-ERROR" "SIMPLE-PROGRAM-ERROR" "SIMPLE-STYLE-WARNING"
-	   "SIMPLE-UNDEFINED-FUNCTION"
+	   "SIMPLE-UNDEFINED-FUNCTION" "SIMPLE-PARSE-ERROR"
 	   "BYTE-FUNCTION-TYPE" "SLOT-CLASS-PRINT-FUNCTION"
 	   "REDEFINE-LAYOUT-WARNING" "SLOT-CLASS" "INSURED-FIND-CLASS"
 	   "CONDITION-FUNCTION-NAME")
-- 
GitLab