X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=parse-common.lisp;h=452d4ec15c9dbf07eeeea362b2dea59f7c5109e7;hb=7c24d71d4e9bcd08dae31577407bd51982d173c0;hp=06ad178466e3a1edbe54cacfbc6081c3f3039d9e;hpb=2038ce2f480179fd23cb3ded6fa1250e61e22029;p=umlisp.git diff --git a/parse-common.lisp b/parse-common.lisp index 06ad178..452d4ec 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$ ;;;; ;;;; 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"