Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(build): Comment out impl func dec in prefix_c99 test.
tests/prefix_c99.l calls a function before its definition from within a dead code block. This is treated as an error in newer compilers. The test isn't needed as the scanner's main() repeats the call. Refs: #632
- Loading branch information