]> git.gag.com Git - fw/openocd/commit
target: fix build with jimtcl 0.79
authorAntonio Borneo <borneo.antonio@gmail.com>
Mon, 25 Apr 2022 21:04:49 +0000 (23:04 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sat, 7 May 2022 11:04:18 +0000 (11:04 +0000)
commit7819834ace37ca7f5d1b834c761dfcb9964ef845
tree57221db1300827b158fddf7d86a530814177ff50
parentad5ca263e931792483cdb2a820b7aba3980829eb
target: fix build with jimtcl 0.79

In jimtcl 0.80 the prototype of Jim_DictPairs() has changed.
The only code in OpenOCD that uses Jim_DictPairs() has been merged
recently and it only uses the current jimtcl syntax.

To allow compiling OpenOCD master branch with older versions of
jimtcl, detect the version of jimtcl and use the appropriate
syntax.

Change-Id: I6fc78303b6a4db064a97f326c46119f4568e88f3
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reported-by: dullfire@yahoo.com
Reviewed-on: https://review.openocd.org/c/openocd/+/6948
Tested-by: jenkins
src/target/target.c