src/c-types-parse.lisp: Some better comment formatting.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 30 Aug 2015 09:58:38 +0000 (10:58 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 6 Sep 2015 20:37:01 +0000 (21:37 +0100)
src/c-types-parse.lisp

index 45336a1..b398ca9 100644 (file)
                          (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