Wireshark-commits: [Wireshark-commits] master-1.10 6e40d58: Don't use <ctype.h> macros, and elimina

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 17 Oct 2014 06:18:13 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6e40d5883c2dd3b0af4d5b5da6a1b90bf19a3e4a
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-1.10
Repository: wireshark

Commits:

6e40d58 by Guy Harris (guy@xxxxxxxxxxxx):

    Don't use <ctype.h> macros, and eliminate an include of <ctype.h>.
    
    This avoids locale-dependent tests.
    
    (cherry picked from commit 25d9a7b5f1b880ab283947da28a8216dc9b7e551)
    
    Change-Id: I84fe8ca3885fc95ac55b3afdff00a62084d8121f
    Reviewed-on: https://code.wireshark.org/review/4760
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  9aed0cf   Use g_ascii_isalnum() rather than isalnum().
    adds  6e40d58   Don't use <ctype.h> macros, and eliminate an include of <ctype.h>.


Summary of changes:
 epan/wslua/wslua.h       |    1 -
 epan/wslua/wslua_proto.c |    3 +--
 2 files changed, 1 insertion(+), 3 deletions(-)