X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/aa14a4cddcb96b681d5c19a2ec8bad382f43b264..3109662aca9c06495ac22c5c58b46e1c036aca5c:/src/fragment-parse.lisp diff --git a/src/fragment-parse.lisp b/src/fragment-parse.lisp index 5f58885..6e71994 100644 --- a/src/fragment-parse.lisp +++ b/src/fragment-parse.lisp @@ -115,7 +115,7 @@ "Parse a C fragment delimited by BEGIN and END. The BEGIN and END arguments are characters. (Currently, BEGIN can be any - token type, but you probably shouldn't rely on this.)" + token type, but you probably shouldn't rely on this.)" ;; This is decidedly nasty. The basic problem is that `scan-c-fragment' ;; works at the character level rather than at the lexical level, and if we