diff options
-rw-r--r-- | txr.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -19844,7 +19844,7 @@ macro. Structure types have a name, which is a symbol. The .code typeof -function, when applied to a any struct type, returns the symbol +function, when applied to any struct type, returns the symbol .codn struct-type . When .code typeof @@ -47306,7 +47306,7 @@ revise to this: ([^*]|[*][^*/])* .cble -(The interior of a C language comment is a any +(The interior of a C language comment is any mixture of zero or more non-asterisks, or digraphs consisting of an asterisk followed by something other than a slash or another asterisk). Oops, now we have a problem again. What if two asterisks occur in a comment? They are not |