chiark / gitweb /
Adopt C99 bool in the findloop API.
authorSimon Tatham <anakin@pobox.com>
Tue, 13 Nov 2018 21:40:23 +0000 (21:40 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 13 Nov 2018 21:48:24 +0000 (21:48 +0000)
commit8fb4cd031ae0bdcab133049c8683b41ac41d4000
treeb5d3585477853a2056d27cb12a566b393fe534f1
parent20b56788bc61de5b3d10c90a9fd588d373134aae
Adopt C99 bool in the findloop API.

This shouldn't be a disruptive change at all: findloop_run and
findloop_is_loop_edge now return bool in place of int, but client code
should automatically adjust without needing any changes.
findloop.c
puzzles.h