From: Kevin M. Rosenberg Date: Wed, 6 Aug 2003 11:37:23 +0000 (+0000) Subject: r5461: *** empty log message *** X-Git-Tag: v1.96~137 X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=commitdiff_plain;h=4c379c22b88b4433ed56fd8665e1265442b10ee2 r5461: *** empty log message *** --- diff --git a/macros.lisp b/macros.lisp index 3242f9e..044f1f6 100644 --- a/macros.lisp +++ b/macros.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: macros.lisp,v 1.4 2003/08/06 10:03:21 kevin Exp $ +;;;; $Id: macros.lisp,v 1.5 2003/08/06 11:37:23 kevin Exp $ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -169,6 +169,7 @@ `(multiple-value-bind ,vars ,form ,@body)) +;; From USENET (defmacro deflex (var val &optional (doc nil docp)) "Defines a top level (global) lexical VAR with initial value VAL, which is assigned unconditionally as with DEFPARAMETER. If a DOC