rules: drop the matcher_err() macro and use scanner_err directly
authorPeter Hutterer <peter.hutterer@who-t.net>
Tue, 12 Nov 2019 04:17:44 +0000 (14:17 +1000)
committerRan Benita <ran234@gmail.com>
Tue, 24 Dec 2019 07:50:03 +0000 (09:50 +0200)
commit2a578a60b3967403d68adf26c76bfdc0532f315c
tree381ec6ebf02ac5bc9c1b8d61156626566e4ca525
parentf57c13ea4f1e53507540dab5ddb73617ec4d635d
rules: drop the matcher_err() macro and use scanner_err directly

No functional changes, this is what the macro expanded to anyway. Prep work
for putting the scanner on the stack and removing it from the matcher struct.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
src/xkbcomp/rules.c