X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=db-oracle%2Falien-resources.lisp;h=8099b025c573e65636ba2262738073645f307769;hb=5dea5b54ed275947c1d78426483acb1a7fb92f21;hp=97dafb6ca309814d358aa0cb43515ad64d3a8579;hpb=7d50938ba2db52a713498e49aa1679deae6f0b6b;p=clsql.git diff --git a/db-oracle/alien-resources.lisp b/db-oracle/alien-resources.lisp index 97dafb6..8099b02 100644 --- a/db-oracle/alien-resources.lisp +++ b/db-oracle/alien-resources.lisp @@ -1,16 +1,19 @@ -;;; -*- Mode: Lisp -*- -;;; $Id: alien-resources.lisp,v 1.1 2002/09/30 10:19:23 kevin Exp $ - -;;; This is copyrighted software. See documentation for terms. -;;; -;;; oracle-sql.lisp --- SQL-Interface implementation for Oracle -;;; -;;; derived from postgresql.lisp - -(in-package :clsql-oracle) - -(declaim (optimize (speed 3) - (debug 1))) +;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- +;;;; ************************************************************************* +;;;; FILE IDENTIFICATION +;;;; +;;;; Name: alien-resources.lisp +;;;; +;;;; $Id$ +;;;; +;;;; This file is part of CLSQL. +;;;; +;;;; CLSQL users are granted the rights to distribute and use this software +;;;; as governed by the terms of the Lisp Lesser GNU Public License +;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL. +;;;; ************************************************************************* + +(in-package #:clsql-oracle) (defparameter *alien-resource-hash* (make-hash-table :test #'equal)) @@ -32,7 +35,7 @@ (unless res (setf res (make-alien-resource :type ',type :sizeof ,size - :buffer (make-alien ,type ,size))) + :buffer (alien:make-alien ,type ,size))) (%insert-alien-resource ',type res)) (claim-alien-resource res)))