X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=blobdiff_plain;f=genutils.lisp;fp=genutils.lisp;h=04678e6aeeb2cc23a032256fff845e2f0b300930;hp=fafc9024f028b14641619481bd15b0fbcd0838e1;hb=29aa484de6bd54a2a38792057a2d9f72b534a42c;hpb=8a34334f88041c6043d8e154c91aae115293ec66 diff --git a/genutils.lisp b/genutils.lisp index fafc902..04678e6 100644 --- a/genutils.lisp +++ b/genutils.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: genutils.lisp,v 1.11 2002/12/04 16:49:23 kevin Exp $ +;;;; $Id: genutils.lisp,v 1.12 2002/12/13 21:59:57 kevin Exp $ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -325,15 +325,6 @@ (terpri ostrm))) -;;; Symbol functions - -(defmacro concat-symbol (&rest args) - `(intern (concatenate 'string ,@args))) - -(defmacro concat-symbol-pkg (pkg &rest args) - `(intern (concatenate 'string ,@args) ,pkg)) - - ;;; IO