Files
rgbds/include
Rangi 3fdf01c0f5 Resolve some TODO comments
- `out_PushSection` should not set `currentSection` to NULL because
  PUSHS, PUSHC, and PUSHO consistently keep the current section,
  charmap, and options, even though the stack has been pushed.

- `Callback__FILE__` does not need to assert that `fileName` is not
  empty because `__FILE__`'s value is quoted, and can safely be empty.

- `YY_FATAL_ERROR` and `YYLMAX` are not needed since the lexer is
  not generated with flex.
2021-04-26 15:52:30 -04:00
..
2021-04-26 15:52:30 -04:00
2020-04-07 14:48:30 +10:00
2021-03-10 10:56:57 +01:00
2021-01-20 21:22:55 +01:00
2018-01-26 22:59:02 +00:00
2021-04-17 22:53:00 +02:00