r4828: Auto commit for Debian build
authorKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 6 May 2003 02:29:46 +0000 (02:29 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 6 May 2003 02:29:46 +0000 (02:29 +0000)
sql-create.lisp
utils.lisp

index 9ea3a1667bfdb28d23b48fb23f4bf7867ff124b0..45412f60048d704561305c8d98f25937fc4c6eb2 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: sql-create.lisp,v 1.10 2003/05/06 02:19:46 kevin Exp $
+;;;; $Id: sql-create.lisp,v 1.11 2003/05/06 02:21:30 kevin Exp $
 ;;;;
 ;;;; This file, part of UMLisp, is
 ;;;;    Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D.
@@ -202,7 +202,7 @@ This is much faster that using create-umls-db-insert."
        (dolist (input-file input-files)
          (with-open-file (ostream :direction :output)
            (with-umls-file (line (umls-file-fil input-file))
-             (umls-translate file line ostream)
+             (umls-translate input-file line ostream)
              (princ #\newline ostream)))))))
 
 (defun translate-umls-file (file extension)
index d2a5dd80a2331f6e25b6ab4d17f73349864674f4..8415192448439baf2216bf0dce9a002337597b30 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Author:        Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: utils.lisp,v 1.4 2003/05/06 02:14:59 kevin Exp $
+;;;; $Id: utils.lisp,v 1.5 2003/05/06 02:21:30 kevin Exp $
 ;;;;
 ;;;; This file, part of UMLisp, is
 ;;;;    Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D.
@@ -91,7 +91,7 @@
 
 (defun decompose-cuisui (cuisui)
   "Returns the CUI and SUI of a cuisui number"
-  (floor cuisui cuisui +cuisui-scale+))
+  (floor cuisui +cuisui-scale+))
 
 ;;; Lookup functions for uterms,ustr in ucons