Commit 37abfd5
committed
utf8.c: Create a #define
This creates a #define of the string in a string array constant. The
constant was to avoid having this common string appear in multiple
places, but there is a benefit to having it in one place separately,
which this commit also does. And that is, it makes a call to
Perl_form() consistent with two other calls that the next commit will
combine.1 parent 25edbe8 commit 37abfd5
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
2282 | 2283 | | |
2283 | 2284 | | |
2284 | 2285 | | |
2285 | | - | |
2286 | | - | |
| 2286 | + | |
| 2287 | + | |
2287 | 2288 | | |
2288 | 2289 | | |
2289 | 2290 | | |
| |||
0 commit comments