1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 13:09:22 +00:00

Fix #line directives for filenames containing backslashes.

This commit is contained in:
Bruno Haible
2006-01-13 13:11:19 +00:00
parent 2fcad22bd6
commit b6e1deb8fc
2 changed files with 32 additions and 13 deletions

View File

@@ -1,3 +1,13 @@
2006-01-13 Bruno Haible <bruno@clisp.org>
Fix #line directives for filenames containing backslashes.
* src/output.cc (output_line_directive): New function.
(output_keyword_entry, Output::output): Use it.
Reported by Alexander <alexander.me@gmail.com>.
* src/options.cc (Options::parse_options): Update years in --version
output.
2005-08-29 Brendan Kehoe <brendan@zen.org>
* src/keyword.cc: Tweak comment to avoid nesting.