X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=parse-common.lisp;h=06ad178466e3a1edbe54cacfbc6081c3f3039d9e;hb=2038ce2f480179fd23cb3ded6fa1250e61e22029;hp=bca8940c9232bed5688c014aa1945af96c4cf9c1;hpb=45453f00199223924481c8d6d614972a327a250f;p=umlisp.git diff --git a/parse-common.lisp b/parse-common.lisp index bca8940..06ad178 100644 --- a/parse-common.lisp +++ b/parse-common.lisp @@ -7,10 +7,10 @@ ;;;; Author: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: parse-common.lisp,v 1.13 2003/05/08 04:36:12 kevin Exp $ +;;;; $Id: parse-common.lisp,v 1.15 2003/06/10 22:30:16 kevin Exp $ ;;;; ;;;; This file, part of UMLisp, is -;;;; Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D. +;;;; Copyright (c) 2000-2003 by Kevin M. Rosenberg, M.D. ;;;; ;;;; UMLisp users are granted the rights to distribute and use this software ;;;; as governed by the terms of the GNU General Public License. @@ -184,7 +184,7 @@ Currently, these are the LEX and NET files." ucol)) (defun make-empty-ucol (colname filename) - (warn "call in make-empty-ucol: ~A/~A" colname filename) + ;;(format "call in make-empty-ucol: ~A/~A" colname filename) (make-ucol (copy-seq colname) "Unknown" "" nil nil nil filename nil)) (defun find-ucol (colname filename)