Commit e0dabef
gh-136687: Fix the wide-character probe for native curses
The probe declared a wchar_t array whose subscript was mangled by m4
quoting, so it failed to compile and native curses was always detected as
narrow. Use a wide string literal instead, with no brackets to quote.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent c74914f commit e0dabef
2 files changed
Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7221 | 7221 | | |
7222 | 7222 | | |
7223 | 7223 | | |
7224 | | - | |
7225 | | - | |
| 7224 | + | |
7226 | 7225 | | |
7227 | 7226 | | |
7228 | 7227 | | |
| |||
0 commit comments