Commit 5530139
committed
gen_stub: strip dollar sign escape sequence
C doesn't have this, and will throw the following warning/error:
```
error: unknown escape sequence '\$' [-Werror,-Wunknown-escape-sequence]
```
Since adding this to zend_test for CI's sake, this will bomb out. Strip
this specific sequence out to make cc happy.1 parent bac65c9 commit 5530139
5 files changed
Lines changed: 31 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2348 | 2348 | | |
2349 | 2349 | | |
2350 | 2350 | | |
| 2351 | + | |
2351 | 2352 | | |
2352 | 2353 | | |
2353 | 2354 | | |
| 2355 | + | |
2354 | 2356 | | |
2355 | | - | |
| 2357 | + | |
| 2358 | + | |
| 2359 | + | |
| 2360 | + | |
2356 | 2361 | | |
2357 | 2362 | | |
2358 | 2363 | | |
2359 | 2364 | | |
2360 | 2365 | | |
| 2366 | + | |
| 2367 | + | |
2361 | 2368 | | |
2362 | 2369 | | |
2363 | 2370 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments