forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1c54b93
committed
Avoid using non-ASCII commentary in daitch_mokotoff.c.
Commitd6b5dee failed to suppress that warning from MSVC,so let's just get rid of all non-ASCII glyphs in the comments.The comment for iso8859_1_to_ascii_upper[] is not essential,and the other cases can be handled by spelling out theUnicode character names.(I'm now really in the dark as to why MSVC doesn't complainabout predicate.c's comment. But whatever.)Discussion:https://postgr.es/m/1546512.1681495035@sss.pgh.pa.us1 parente9f451a commit1c54b93
1 file changed
+9
-15
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
111 | 111 |
| |
112 | 112 |
| |
113 | 113 |
| |
114 |
| - | |
115 |
| - | |
116 |
| - | |
117 | 114 |
| |
118 | 115 |
| |
119 | 116 |
| |
| |||
413 | 410 |
| |
414 | 411 |
| |
415 | 412 |
| |
416 |
| - | |
| 413 | + | |
417 | 414 |
| |
418 | 415 |
| |
419 | 416 |
| |
| |||
431 | 428 |
| |
432 | 429 |
| |
433 | 430 |
| |
434 |
| - | |
435 |
| - | |
436 |
| - | |
| 431 | + | |
| 432 | + | |
437 | 433 |
| |
438 |
| - | |
439 |
| - | |
440 |
| - | |
| 434 | + | |
| 435 | + | |
441 | 436 |
| |
442 |
| - | |
443 |
| - | |
444 |
| - | |
445 |
| - | |
446 |
| - | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
447 | 441 |
| |
448 | 442 |
| |
449 | 443 |
| |
|
0 commit comments
Comments
(0)