Page MenuHomePhabricator

Fix a bison deprecation warning
ClosedPublic

Authored by joshuaspence on Aug 23 2015, 2:22 AM.
Tags
None
Referenced Files
F15028596: D13972.diff
Sun, Feb 16, 9:03 PM
Unknown Object (File)
Tue, Feb 11, 9:53 PM
Unknown Object (File)
Sat, Feb 8, 10:14 PM
Unknown Object (File)
Sat, Feb 8, 10:13 PM
Unknown Object (File)
Mon, Jan 27, 10:26 PM
Unknown Object (File)
Sun, Jan 26, 2:42 PM
Unknown Object (File)
Fri, Jan 24, 8:29 AM
Unknown Object (File)
Fri, Jan 24, 8:28 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.