diff options
author | Flavio Cruz <flaviocruz@gmail.com> | 2008-08-18 11:36:44 +0000 |
---|---|---|
committer | Flavio Cruz <flaviocruz@gmail.com> | 2008-08-18 11:36:44 +0000 |
commit | 3022ebf8884218cb6ecc384b57fbc7531d7d09cb (patch) | |
tree | 22f8fdf4a2da35d41fad79e6ac04291e5a7e7233 | |
parent | 76e883e5c7ab3f649b20195e2f85bbb3289d6e29 (diff) |
Cosmetic changes.
-rw-r--r-- | docs/tutorial.texi | 1 | ||||
-rw-r--r-- | examples/data/proto.zip | bin | 0 -> 43894 bytes | |||
-rw-r--r-- | mach/port-creation.lisp | 1 | ||||
-rw-r--r-- | translator/interfaces/dir-rmdir.lisp | 1 |
4 files changed, 3 insertions, 0 deletions
diff --git a/docs/tutorial.texi b/docs/tutorial.texi index 1e1d7244e..3c1fb703c 100644 --- a/docs/tutorial.texi +++ b/docs/tutorial.texi @@ -834,3 +834,4 @@ Now that you got some taste of what's like to program Lisp translators, I invite Happy hacking! +@bye diff --git a/examples/data/proto.zip b/examples/data/proto.zip Binary files differnew file mode 100644 index 000000000..b40ab62b5 --- /dev/null +++ b/examples/data/proto.zip diff --git a/mach/port-creation.lisp b/mach/port-creation.lisp index 503e02d02..be46c1931 100644 --- a/mach/port-creation.lisp +++ b/mach/port-creation.lisp @@ -38,3 +38,4 @@ (%mach-port-allocate-name task right-type port-name))) (select-error return-code port-name))) + diff --git a/translator/interfaces/dir-rmdir.lisp b/translator/interfaces/dir-rmdir.lisp index 77c8a2bbd..5862abe87 100644 --- a/translator/interfaces/dir-rmdir.lisp +++ b/translator/interfaces/dir-rmdir.lisp @@ -24,3 +24,4 @@ ((eq err t) t) ((eq err nil) :not-permitted) (t err)))))))) + |