[asdf-devel] [PATCH] Added method-form to grammar table.
Robert P. Goldman
rpgoldman at real-time.com
Fri Nov 20 19:32:40 UTC 2009
The method-form was missing from the defsystem grammar. Since it's not
obvious that the method-form does not accept a method definition with no
qualifier, this is not a good thing.
---
asdf.texinfo | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/asdf.texinfo b/asdf.texinfo
index 98c986a..caeac3f 100644
--- a/asdf.texinfo
+++ b/asdf.texinfo
@@ -479,6 +479,9 @@ required-op := operation-name | feature
simple-component-name := string
| symbol
+
+method-form := (operation-name qual lambda-list &rest body)
+qual := method qualifier
@end verbatim
@subsection Serial dependencies
--
1.6.3
More information about the asdf-devel
mailing list