Page MenuHomePhabricator

Fix a bison deprecation warning
ClosedPublic

Authored by joshuaspence on Aug 23 2015, 2:22 AM.
Tags
None
Referenced Files
F18779563: D13972.id33709.diff
Sat, Oct 11, 2:29 PM
F18594261: D13972.diff
Sep 12 2025, 5:35 PM
F18593046: D13972.diff
Sep 12 2025, 1:46 PM
F18506346: D13972.id.diff
Sep 5 2025, 1:22 AM
F18498954: D13972.diff
Sep 4 2025, 7:12 PM
F18389189: D13972.id33732.diff
Aug 29 2025, 5:32 AM
F18386757: D13972.id33732.diff
Aug 29 2025, 2:30 AM
F18248029: D13972.id.diff
Aug 21 2025, 12:52 PM
Subscribers

Details

Summary

Currently, running make parser produces the following warning:

parser.y:72.1-14: warning: deprecated directive, use ‘%name-prefix’ [-Wdeprecated]
 %name-prefix = "xhpast"
  ^^^^^^^^^^^^^^
Test Plan

One less warning.

Diff Detail

Repository
rPHU libphutil
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

joshuaspence retitled this revision from to Fix a bison deprecation warning.
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
epriestley edited edge metadata.
This revision is now accepted and ready to land.Aug 23 2015, 2:04 PM
This revision was automatically updated to reflect the committed changes.