r4893: Auto commit for Debian build
[umlisp.git] / parse-common.lisp
index bca8940c9232bed5688c014aa1945af96c4cf9c1..bf334ca7edeaf15924b72517f80b6f09309541fd 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; 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.14 2003/05/09 11:04:06 kevin Exp $
 ;;;;
 ;;;; This file, part of UMLisp, is
 ;;;;    Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D.
@@ -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)