This TODO has been done (line end checks).

This commit is contained in:
Olaf Seibert 2021-01-23 21:07:16 +01:00
parent e3042c9175
commit c53aec71c3

View File

@ -32,8 +32,6 @@
/* This function is way way too large, because I just coded most of
the operation code and pseudo-op handling right in line. */
/* FIXME: nobody checks for extra junk after a valid statement */
static int assemble(
STACK *stack,
TEXT_RLD *tr)