changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > core / lisp/lib/skel/comp/makefile.lisp

revision 96: 301fd45bbe73
parent 91: a0d966c3a576
child 162: cc74c0054bc1
     1.1--- a/lisp/lib/skel/comp/makefile.lisp	Mon Dec 11 22:54:13 2023 -0500
     1.2+++ b/lisp/lib/skel/comp/makefile.lisp	Wed Dec 13 20:02:36 2023 -0500
     1.3@@ -31,7 +31,7 @@
     1.4 
     1.5 (deftype mk-val-designator () '(member nil :simple :immediate :conditional :recursive :once :append :shell))
     1.6 
     1.7-(defstruct mk-val "" (kind nil :type mk-val-designator)  (val nil :type form))
     1.8+(defstruct mk-val "" (kind nil :type mk-val-designator)  (val nil :type sxp:form))
     1.9 
    1.10 (defstruct mk-var ""
    1.11 	   (key "" :type string)