X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=inline;f=src%2Ffunctions.lisp;h=1b6b32501f4d8bc044d6877b5233eaa8fc019bc9;hb=6f7ce2ee216d141886f43ce07befd0c2668bcefb;hp=9469945367265763b5814df2023dfebd351b8e05;hpb=51a8e53201f8883fbd093fe45936d98128a8a5fe;p=uffi.git diff --git a/src/functions.lisp b/src/functions.lisp index 9469945..1b6b325 100644 --- a/src/functions.lisp +++ b/src/functions.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: functions.lisp,v 1.8 2003/06/06 21:59:18 kevin Exp $ +;;;; $Id$ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -117,10 +117,5 @@ )) -(defun make-lisp-name (name) - (let ((converted (substitute #\- #\_ name))) - (intern - #+case-sensitive converted - #-case-sensitive (string-upcase converted))))