Skip to content
Snippets Groups Projects
Commit 78c92f81 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Tweak the defsystem grammar for method-qualifier

Note that the method-qualifier is optional.
parent 5a117ac2
No related branches found
No related tags found
No related merge requests found
......@@ -1406,7 +1406,7 @@ simple-component-name := string
pathname-specifier := pathname | string | symbol
method-form := (operation-name qual lambda-list @Arest{} body)
qual := method qualifier
qual := method qualifier?
component-dep-fail-option := :fail | :try-next | :ignore
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment