fix incorrect C code
commit7783ba2d4f73d6e71067a79b4becc5a48d92db16
authorAkim Demaille <akim.demaille@gmail.com>
Wed, 15 Aug 2018 11:51:36 +0000 (15 13:51 +0200)
committerAkim Demaille <akim.demaille@gmail.com>
Wed, 15 Aug 2018 12:39:46 +0000 (15 14:39 +0200)
treec5219495dc80ef6816b4355cbf700fb01516147b
parentbbd17b68fb740f650f366b7edbb83aec910d6a25
fix incorrect C code

Commit 3df32101e7978eaafa63bce8908de3dcae4d9cda introduced invalid C
code.  Caught by GCC 7.3.0.

* bootstrap.conf (gnulib_modules): We need assume.
* src/reader.c (find_start_symbol): Fix the signature (too much C++,
sorry...).
Prefer 'assume' to 'assert', so that we don't have these warnings even
when NDEBUG is defined.
bootstrap.conf
src/reader.c