Files
rgbds/include
ISSOtm 7c8eba9fd2 Remove error message causing segfault
This was utterly stupid. The check right above ensured that `sym` was NULL,
ergo that the argument to `yyerror` *would* segfault.

The only two call sites cannot pass a non-NULL pointer anyways, which I'm
betting is why this went unnoticed.
I did what an optimizing compiler would do anyways: remove the dead code.
2020-03-11 00:39:57 +01:00
..
2020-03-11 00:39:57 +01:00
2020-03-07 18:09:00 +01:00
2019-11-02 22:37:10 +01:00
2018-01-26 22:59:02 +00:00
2019-11-01 17:38:43 +01:00