Commit f2092efd4b81f402b3d1456c92cb910b8545ee4f

Thomas de Grivel 2018-07-10T12:28:32

init dependency list

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/core/defs.lisp b/core/defs.lisp
index 9383b03..9aaa643 100644
--- a/core/defs.lisp
+++ b/core/defs.lisp
@@ -55,6 +55,7 @@
 	       :initform (error "Operation without properties.")
 	       :reader operation-properties)
    (after :initarg :after
+          :initform nil
           :reader operations-before)))
 
 (defgeneric operation-generic-function (op))