gcl.git - GNU Common Lisp

index : gcl.git
GNU Common Lisp
summary refs log tree commit diff
diff options
context:
space:
mode:
authorCamm Maguire <camm@debian.org>2015年11月24日 21:19:04 +0000
committerCamm Maguire <camm@debian.org>2015年11月24日 21:19:04 +0000
commit8c097a5195b4ac9db531ad1c51dc2c555c315a29 (patch)
tree062fbb492f88f40a97ea496f9af44db97692d51e
parentdd087ba44c7deddd025009d996a4056751b124da (diff)
downloadgcl-pathnames.tar.gz
cosmetic changespathnames
Diffstat
-rwxr-xr-xgcl/lsp/gcl_mislib.lsp 10
1 files changed, 6 insertions, 4 deletions
diff --git a/gcl/lsp/gcl_mislib.lsp b/gcl/lsp/gcl_mislib.lsp
index 08e2e05a9..acb86767c 100755
--- a/gcl/lsp/gcl_mislib.lsp
+++ b/gcl/lsp/gcl_mislib.lsp
@@ -114,13 +114,15 @@
(* (+ h tz) 3600) (* min 60) sec))
(defun compile-file-pathname (pathname)
-(make-pathname :defaults pathname :type "o"))
+ (make-pathname :defaults pathname :type "o"))
+
(defun constantly (x)
-#'(lambda (&rest args)
+ (lambda (&rest args)
(declare (ignore args) (:dynamic-extent args))
-x))
+ x))
+
(defun complement (fn)
-#'(lambda (&rest args) (not (apply fn args))))
+ (lambda (&rest args) (not (apply fn args))))
(defun default-system-banner ()
(let (gpled-modules)
generated by cgit v1.2.3 (git 2.25.1) at 2025年09月01日 17:55:41 +0000

AltStyle によって変換されたページ (->オリジナル) /