Wireshark-commits: [Wireshark-commits] master-1.12 ccae7e4: Don't use <ctype.h> macros, and elimina
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ccae7e4cd64bb96a8e8b583bb44f7f0cc132ce62
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark
Commits:
ccae7e4 by Guy Harris (guy@xxxxxxxxxxxx):
Don't use <ctype.h> macros, and eliminate an include of <ctype.h>.
This avoids locale-dependent tests, and fixes cases where we passed
signed char values to those macros (which is not safe with char being
signed, as it is on most, but not all, platforms).
Change-Id: I51d9716fe3eb02a6e98208334285c07597a6be79
Reviewed-on: https://code.wireshark.org/review/4761
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
(cherry picked from commit 44d4339eb335b6d6f7a8ffad6846e82aba90b233)
Reviewed-on: https://code.wireshark.org/review/4762
Actions performed:
from b274370 Don't use <ctype.h> macros, and eliminate an include of <ctype.h>.
adds ccae7e4 Don't use <ctype.h> macros, and eliminate an include of <ctype.h>.
Summary of changes:
epan/wslua/wslua_struct.c | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)