d: change the name of the custom error message function to reportSyntaxError
commit0e51f6146ad32126b9fce26fb8de34c3d2f727e6
authorAdela Vais <adela.vais@yahoo.com>
Thu, 12 Nov 2020 11:43:52 +0000 (12 13:43 +0200)
committerAkim Demaille <akim.demaille@gmail.com>
Wed, 18 Nov 2020 07:14:21 +0000 (18 08:14 +0100)
treef17f78a80dd6492c6a251939770e6f9e6d2b46ca
parent5945da031ee9389e3cf14833b1493cbc5000ec01
d: change the name of the custom error message function to reportSyntaxError

Changed from syntax_error to reportSyntaxError to be similar to the Java parser.

* data/skeletons/lalr1.d: Change the function name.
* doc/bison.texi: Document it.
* tests/local.at: Adjust.
data/skeletons/lalr1.d
doc/bison.texi
tests/local.at