glr.c: fix signature when using custom error messages
commitc2ba260487927a4cdf061fae10fdd1b387ca3d95
authorAkim Demaille <akim.demaille@gmail.com>
Wed, 11 Aug 2021 15:41:27 +0000 (11 17:41 +0200)
committerAkim Demaille <akim.demaille@gmail.com>
Wed, 11 Aug 2021 16:01:12 +0000 (11 18:01 +0200)
treee445a38751b42239905b537cdded5af1d8993de3
parente4e3cbce774af6c407e5cb699a8227ef213d54a1
glr.c: fix signature when using custom error messages

Reported by Tom Shields <thomas.evans.shields@icloud.com>.

* data/skeletons/glr.c (yypcontext_location): Fix return type.
* tests/calc.at: Check the case pure, location, custom error messages.
TODO
data/skeletons/glr.c
tests/calc.at