From 4c379c22b88b4433ed56fd8665e1265442b10ee2 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Wed, 6 Aug 2003 11:37:23 +0000 Subject: [PATCH] r5461: *** empty log message *** --- macros.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.34.1