r4875: Auto commit for Debian build
authorKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 8 May 2003 02:59:21 +0000 (02:59 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 8 May 2003 02:59:21 +0000 (02:59 +0000)
parse-2002.lisp

index 726764fd63b112f4d5280b5115eab0ff0b3a16fe..9e70e3c891c1a56c15bb1eeedbd4cd48c188a446 100644 (file)
@@ -8,7 +8,7 @@
 ;;;; Author:        Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: parse-2002.lisp,v 1.10 2003/05/07 21:57:06 kevin Exp $
+;;;; $Id: parse-2002.lisp,v 1.11 2003/05/08 02:59:21 kevin Exp $
 ;;;;
 ;;;; This file, part of UMLisp, is
 ;;;;    Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D.
   (loop for customcol in +custom-cols+
        collect
        (make-ucol (nth 1 customcol) "" 0 0 0 (nth 3 customcol)
-                  (nth 0 customcol) nil :sqltype (nth 2 customcol))))
+                  (nth 0 customcol) nil :sqltype (nth 2 customcol)
+                  :custom-value-fun (nth 4 customcol))))
 
 (defun gen-ucols-generic (col-filename)
 "Initialize for generic (LEX/NET) columns"