Skip to content
Snippets Groups Projects
Verified Commit 894f5cda authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Macro-processor: more robust handling of empty files

The support for empty files at the macro-processor level, as implemented in
12913200, was relying on
basic_streambuf::in_avail(), which does not seem to behave consistently across
platforms, and which may not be the right tool for the job.

Rather use the Bison grammar to support empty files.

Closes: #93
parent 285a4389
Branches
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment