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)
Sat, Apr 26, 1:30 PM
Unknown Object (File)
Wed, Apr 23, 12:25 PM
Unknown Object (File)
Wed, Apr 23, 10:58 AM
Unknown Object (File)
Wed, Apr 23, 3:22 AM
Unknown Object (File)
Tue, Apr 22, 6:15 PM
Unknown Object (File)
Sat, Apr 19, 11:42 PM
Unknown Object (File)
Apr 16 2025, 7:37 PM
Unknown Object (File)
Apr 16 2025, 4:17 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.