- Notifications
You must be signed in to change notification settings - Fork4.9k
Commitf1dda4c
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 parenta776eae commitf1dda4c
1 file changed
+6
-2
lines changedLines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| |||
1320 | 1320 |
| |
1321 | 1321 |
| |
1322 | 1322 |
| |
| 1323 | + | |
| 1324 | + | |
| 1325 | + | |
| 1326 | + | |
1323 | 1327 |
| |
1324 | 1328 |
| |
1325 | 1329 |
| |
| |||
1367 | 1371 |
| |
1368 | 1372 |
| |
1369 | 1373 |
| |
1370 |
| - | |
| 1374 | + | |
1371 | 1375 |
| |
1372 | 1376 |
| |
1373 | 1377 |
| |
|
0 commit comments
Comments
(0)