X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=blobdiff_plain;f=macros.lisp;h=835c6d91bcac3cffabaf49d425fe1a623a02c1d6;hp=3242f9e464fff835006f7e65f783a13aed50db72;hb=c2974df32b94d3bd25c32fa2e181b1980da59631;hpb=87b59c42af7677f273e6e176e66f3306af9e2089 diff --git a/macros.lisp b/macros.lisp index 3242f9e..835c6d9 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$ ;;;; ;;;; 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