X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=db-oracle%2Falien-resources.lisp;h=3778526e932783764832a2b484344e902a3737bb;hp=14d765b023b34714d1448ce992342971eb80dfdd;hb=48652576baf88a7dcde5649cec889228aa7b5133;hpb=69df048c1413aa55d9816ad4c7d6f32ae2d6c6cc diff --git a/db-oracle/alien-resources.lisp b/db-oracle/alien-resources.lisp index 14d765b..3778526 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, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg +;;;; +;;;; 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)))