[autofit] Fix compilation with VS2016 (#48126).

This compiler doesn't recognize the end-of-comment sequence `*/' if
it immediately follows non-ASCII characters.

* src/autofit/afscript.h: Ensure whitespace before `*/'.
This commit is contained in:
Werner Lemberg 2016-06-07 10:36:27 +02:00
parent 04e7c7447b
commit 15eab36340
2 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,12 @@
2016-06-07 Werner Lemberg <wl@gnu.org>
[autofit] Fix compilation with VS2016 (#48126).
This compiler doesn't recognize the end-of-comment sequence `*/' if
it immediately follows non-ASCII characters.
* src/autofit/afscript.h: Ensure whitespace before `*/'.
2016-06-04 Werner Lemberg <wl@gnu.org> 2016-06-04 Werner Lemberg <wl@gnu.org>
Fix a test for named instances (#48122). Fix a test for named instances (#48122).