Use strtok_r instead of strsep in rust_get_disr_info
authorManish Goregaokar <manish@mozilla.com>
Wed, 29 Jun 2016 10:12:28 +0000 (15:42 +0530)
committerManish Goregaokar <manish@mozilla.com>
Wed, 29 Jun 2016 10:49:04 +0000 (16:19 +0530)
commita405c2281ad29b5c7f9f2a4d58b7cfef2b74ba99
tree67b9a0b51881ca0fdd9cecad25223f65900fb645
parentd691934d08a4132506a19ac8d7565f1a0461a80a
Use strtok_r instead of strsep in rust_get_disr_info

strsep doesn't exist on Windows.

2016-06-29  Manish Goregaokar  <manish@mozilla.com>

gdb/ChangeLog:
    * rust-lang.c (rust_get_disr_info): Use strtok_r instead of strsep.
gdb/ChangeLog
gdb/rust-lang.c
This page took 0.030374 seconds and 4 git commands to generate.