Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zmajeed committed Dec 16, 2023
1 parent 52eb557 commit 7c053da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/flex.texi
Original file line number Diff line number Diff line change
Expand Up @@ -8666,7 +8666,7 @@ addition of the @samp{$} character.
@code{L?\"([^\"\\\n]|(\\['\"?\\abfnrtv])|(\\([0123456]@{1,3@}))|(\\x[[:xdigit:]]+)|(\\u([[:xdigit:]]@{4@}))|(\\U([[:xdigit:]]@{8@})))*\"}

@item C99 Comment
@code(("/*"([^*]|"*"+[^*/])*"*"+"/")|("/"(\\\n)*"/"((\\\n)|[^\n])*))
@code{("/*"([^*]|"*"+[^*/])*"*"+"/")|("/"(\\\n)*"/"((\\\n)|[^\n])*)}

Note that in C99, a @samp{//}-style comment may be split across lines, and, contrary to popular belief,
does not include the trailing @samp{\n} character.
Expand Down

0 comments on commit 7c053da

Please sign in to comment.