r5558: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 26 Aug 2003 04:46:16 +0000 (04:46 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 26 Aug 2003 04:46:16 +0000 (04:46 +0000)
parse-common.lisp

index 06ad178466e3a1edbe54cacfbc6081c3f3039d9e..7761e5ccf191b6004dc2586016cb599242218447 100644 (file)
@@ -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"