Déplacement de util.lisp dans le dossier principal

This commit is contained in:
Georges Dupéron 2010-11-02 01:39:35 +01:00
parent 27218f0125
commit d61476d20e
3 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
(load "util") (load "../util")
(load "lisp2lic") (load "lisp2lic")
(defvar asm-fixnum-size 8) (defvar asm-fixnum-size 8)

View File

@ -1,4 +1,4 @@
(load "implementation/util") ;; n-consp (load "util") ;; n-consp
;; Syntaxe : (match <motif> expression) ;; Syntaxe : (match <motif> expression)
;; ex: (match (:a ? :c) '(a b c)) => t ;; ex: (match (:a ? :c) '(a b c)) => t