From ba3e62b2e4332535048b4c5eea524db3ca19d482 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Tue, 6 May 2003 08:15:47 +0000 Subject: [PATCH] r4844: Auto commit for Debian build --- sql-create.lisp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 "|" -- 2.34.1