Files
rgbds/include/asm
daid 5d6e0677d9 Fix error-related issues (#773)
* Mark `error` as a `format` function, to properly scan its format

* Fix the call to error() from parser.y:
  - Use '%s' to avoid passing an arbitrary format
  - Simplify yyerror overall

* Fix size parameter of %.*s format being an int... bonkers standard.

* Report the number of arguments required and provided on a STRFMT mismatch

* Add an assert to check for a very unlikely bug
2021-03-02 16:34:19 +01:00
..
2020-10-04 04:31:10 +02:00
2021-02-25 04:39:49 +01:00
2021-03-02 11:48:20 +01:00
2021-03-02 11:48:20 +01:00
2021-01-22 10:41:09 +01:00
2021-01-22 10:41:09 +01:00
2021-02-14 16:16:52 +01:00
2021-01-04 02:01:25 +01:00
2021-03-02 16:34:19 +01:00