X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=db-oracle%2Falien-resources.lisp;h=8099b025c573e65636ba2262738073645f307769;hb=5dea5b54ed275947c1d78426483acb1a7fb92f21;hp=14d765b023b34714d1448ce992342971eb80dfdd;hpb=bada52b7a8fd2cc484dee33cccd64ca09a52ec3d;p=clsql.git diff --git a/db-oracle/alien-resources.lisp b/db-oracle/alien-resources.lisp index 14d765b..8099b02 100644 --- a/db-oracle/alien-resources.lisp +++ b/db-oracle/alien-resources.lisp @@ -1,16 +1,19 @@ -;;; -*- Mode: Lisp -*- -;;; $Id$ - -;;; 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)))