Wireshark-commits: [Wireshark-commits] master d5031d5: automake/nmake: don't run checkAPIs on lex a

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 11 May 2016 18:21:12 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d5031d5cf4f87ee91b7c9a110b159e121f9d9f19
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d5031d5 by Jeff Morriss (jeff.morriss.ws@xxxxxxxxx):

    automake/nmake: don't run checkAPIs on lex and yacc files.
    
    The lex files use malloc and friends which is prohibited; don't check them
    (until checkAPIs becomes smart enough to realize this is OK).
    
    This mirrors what is done in cmake.
    
    Change-Id: Ie80ea7a9b7c0e25c70c8edf3671e80a493ea1b2f
    Reviewed-on: https://code.wireshark.org/review/15377
    Petri-Dish: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  fee7e95   TShark: Separate columns using UTF-8 arrows.
    adds  d5031d5   automake/nmake: don't run checkAPIs on lex and yacc files.


Summary of changes:
 epan/dfilter/Makefile.am    |    4 +---
 epan/dfilter/Makefile.nmake |    1 -
 wiretap/Makefile.am         |    3 +--
 wiretap/Makefile.nmake      |    2 +-
 4 files changed, 3 insertions(+), 7 deletions(-)