X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=parse-common.lisp;h=7761e5ccf191b6004dc2586016cb599242218447;hb=5aca51fd7425f05f0b68249b92dd28d6225a2c71;hp=06ad178466e3a1edbe54cacfbc6081c3f3039d9e;hpb=685f8f4ab5c9a6ea5581e4f340e5b70665587114;p=umlisp.git diff --git a/parse-common.lisp b/parse-common.lisp index 06ad178..7761e5c 100644 --- a/parse-common.lisp +++ b/parse-common.lisp @@ -7,7 +7,7 @@ ;;;; Author: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: parse-common.lisp,v 1.15 2003/06/10 22:30:16 kevin Exp $ +;;;; $Id: parse-common.lisp,v 1.16 2003/08/26 04:46:16 kevin Exp $ ;;;; ;;;; This file, part of UMLisp, is ;;;; Copyright (c) 2000-2003 by Kevin M. Rosenberg, M.D. @@ -72,7 +72,7 @@ Currently, these are the LEX and NET files." (destructuring-bind (filename fields-max fields-av) length-list (let ((file (find-ufile filename))) (unless file - (error "Can't find ~A filename in ufiles")) + (error "Can't find ~A filename in ufiles" filename)) (unless (= (length fields-max) (length (fields file))) (error "Number of file fields ~A not equal to field count in ufile ~S"