X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/c28f6ae9d1bb9027ce143714b66673a5208cf5fe..7a35400d896e6697902c2880afeba66965bd0f38:/src/c-types-parse.lisp diff --git a/src/c-types-parse.lisp b/src/c-types-parse.lisp index 45336a1..b398ca9 100644 --- a/src/c-types-parse.lisp +++ b/src/c-types-parse.lisp @@ -372,7 +372,7 @@ (cons #'identity name)))) (argument-list () - ;; [ argument [ `,' argument ]* [ `,' `...' ] ] | `...' + ;; [argument [`,' argument]* [`,' `...']] | `...' ;; ;; The possibility of a trailing `,' `...' means that we ;; can't use the standard `list' parser. Note that, unlike