diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:05:29 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:05:29 -0800 |
commit | 8466d8cfa486fb30d1755c4261b781135083787b (patch) | |
tree | c8c12c67246f543c3cc4f64d1c07e003cb1d45ae /structure.scm | |
parent | 87b82b5822ca54228cfa6df29be3ad9d4bc47d16 (diff) | |
download | slib-8466d8cfa486fb30d1755c4261b781135083787b.tar.gz slib-8466d8cfa486fb30d1755c4261b781135083787b.zip |
Import Upstream version 3a1upstream/3a1
Diffstat (limited to 'structure.scm')
-rw-r--r-- | structure.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/structure.scm b/structure.scm index 0d379b9..5cb6f40 100644 --- a/structure.scm +++ b/structure.scm @@ -19,7 +19,7 @@ ;;; structure.ss ;;; Robert Hieb & Kent Dybvig ;;; 92/06/18 - +;@ A syntax-case macro: (define-syntax define-structure (lambda (x) (define construct-name |