Wireshark-commits: [Wireshark-commits] master-3.2 4dbf3b4: Get rid of %debug, so protobuf_lang.y ca

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 06 Jan 2020 10:25:45 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4dbf3b4b0c2c41e117c98c505f3b4cd3dc9796ea
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master-3.2
Repository: wireshark

Commits:

4dbf3b4 by Guy Harris (guy@xxxxxxxxxxxx):

    Get rid of %debug, so protobuf_lang.y can be processed by Berkeley YACC.
    
    If somebody wants to debug the parser, they can add it if necessary in
    their version.
    
    Bug: 16306
    Change-Id: I00e5924058d9401176e3fab40833932dc5757e6a
    Reviewed-on: https://code.wireshark.org/review/35665
    Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    (cherry picked from commit 06b352ae55a89e1e0031b20cb571898cb8b69be5)
    Reviewed-on: https://code.wireshark.org/review/35667
    

Actions performed:

    from  cdd371a   USB Audio: Fix Feature Unit Descriptor dissection
     add  4dbf3b4   Get rid of %debug, so protobuf_lang.y can be processed by Berkeley YACC.


Summary of changes:
 epan/protobuf-helper.c    | 2 +-
 epan/protobuf_lang.y      | 5 +----
 epan/protobuf_lang_tree.h | 2 +-
 3 files changed, 3 insertions(+), 6 deletions(-)