Commit df00bed
Reflow *ns* var-intern comment to avoid -Wcomment trip
The doc comment held the literal text 'clojure.core/*ns*' which
clang reads as a /* nested block comment, tripping -Wcomment for
embedders compiling the install TU under -Wall. Reword to spell
out the qualified name without the slash-star pattern.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 281e261 commit df00bed
1 file changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
207 | 208 | | |
208 | 209 | | |
209 | 210 | | |
| |||
0 commit comments