Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit eb41365 introduced a bug in `#define` parsing wherein a null terminator would be written into the parse input stream after the expanded definition. The intention of the buggy commit was to eliminate a (wise) warning about using the source length as the buffer length in a `strncpy` operation; using memcpy here is probably the more-correct solution as we already know all the lengths involved.
- Loading branch information