Page MenuHomePhabricator

Fix a bison deprecation warning
ClosedPublic

Authored by joshuaspence on Aug 23 2015, 2:22 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Mar 26, 4:54 AM
Unknown Object (File)
Tue, Mar 26, 4:25 AM
Unknown Object (File)
Tue, Mar 26, 4:25 AM
Unknown Object (File)
Tue, Mar 26, 3:45 AM
Unknown Object (File)
Feb 14 2024, 9:33 PM
Unknown Object (File)
Feb 8 2024, 6:35 PM
Unknown Object (File)
Jan 29 2024, 9:43 PM
Unknown Object (File)
Jan 29 2024, 12:07 AM
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.