- Notifications
You must be signed in to change notification settings - Fork5
Commit804f016
committed
Fix outfuncs.c to dump A_Const nodes representing NULLs correctly. This has
been broken since forever, but was not noticed because people seldom lookat raw parse trees. AFAIK, no impact on users except that debug_print_parsemight fail; but patch it all the way back anyway. Per report from Jeff Ross.1 parent74fbe9c commit804f016
1 file changed
+5
-1
lines changedLines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
1900 | 1900 |
| |
1901 | 1901 |
| |
1902 | 1902 |
| |
| 1903 | + | |
| 1904 | + | |
| 1905 | + | |
| 1906 | + | |
1903 | 1907 |
| |
1904 | 1908 |
| |
1905 | 1909 |
| |
|
0 commit comments
Comments
(0)