]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Use bool for parameter of add_sal_to_sals
authorTom Tromey <tom@tromey.com>
Sat, 11 Jan 2025 18:33:58 +0000 (11:33 -0700)
committerTom Tromey <tom@tromey.com>
Tue, 14 Jan 2025 22:40:58 +0000 (15:40 -0700)
commite39015fc5ee6492ed3e88cf81bf70b3ef3375230
treeacf144c5fcf0bfb8fb376ab9f9489c85ed052787
parentfc0a39f4076ea87396a91a264896e7e91c3f9d61
Use bool for parameter of add_sal_to_sals

This changes add_sal_to_sals to use 'bool' rather than 'int'.

Approved-By: Simon Marchi <simon.marchi@efficios.com>
gdb/linespec.c