ranges: constify call_results_to_rl()
commita2680f2b36e84f1f7df9e0fe3953e912c00481ba
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 22 Jan 2019 19:51:13 +0000 (22 22:51 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Tue, 22 Jan 2019 19:51:13 +0000 (22 22:51 +0300)
tree47ec06146e621a30b56fbd78bdc4f7ba7f657440
parentbc5f5a07e112f2cc2b006de03a9ad4d36b3acd6b
ranges: constify call_results_to_rl()

I want to use call_results_to_rl() to generate range lists from strings so
I have make it accept string literals.  But that meant I had to mark tons
and tons of other stuff as const.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch.h
smatch_extra.h
smatch_parse_call_math.c
smatch_ranges.c