r4844: Auto commit for Debian build
authorKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 6 May 2003 08:15:47 +0000 (08:15 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 6 May 2003 08:15:47 +0000 (08:15 +0000)
sql-create.lisp

index 06c5a26cdd5415409471570eab2711722ae11cef..49f550e9b99bf7f36c26bffdd1ebd770d50825fb 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Author:        Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: sql-create.lisp,v 1.20 2003/05/06 07:44:07 kevin Exp $
+;;;; $Id: sql-create.lisp,v 1.21 2003/05/06 08:15:47 kevin Exp $
 ;;;;
 ;;;; This file, part of UMLisp, is
 ;;;;    Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D.
@@ -210,7 +210,7 @@ This is much faster that using create-umls-db-insert."
       (with-open-file (ostream output-path :direction :output)
        (dolist (input-ufile input-ufiles)
          (with-umls-file (line (fil input-ufile))
-           (umls-translate out-ufile line ostream)
+           (translate-line out-ufile line ostream)
            (princ #\newline ostream)))))))
 
 (defun pg-copy-cmd (file extension)
@@ -234,7 +234,7 @@ This is much faster that using create-umls-db-insert."
          (write-to-string ui)))
     (escape-backslashes value)))
 
-(defun umls-translate (file line strm)
+(defun translate-line (file line strm)
   "Translate a single line for sql output"
   (print-separated-strings
    strm "|"