From: Kevin M. Rosenberg Date: Tue, 6 May 2003 08:15:47 +0000 (+0000) Subject: r4844: Auto commit for Debian build X-Git-Tag: v2006ac.2~182 X-Git-Url: http://git.kpe.io/?a=commitdiff_plain;h=ba3e62b2e4332535048b4c5eea524db3ca19d482;p=umlisp.git r4844: Auto commit for Debian build --- diff --git a/sql-create.lisp b/sql-create.lisp index 06c5a26..49f550e 100644 --- a/sql-create.lisp +++ b/sql-create.lisp @@ -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 "|"