MSVC: Process Makefile line continuations more like "make" does. Unlike "make" itself, the MSVC build process recognized a continuation even with whitespace after the backslash. (Due to a typo, some code sites accepted the letter "s" instead of whitespace). Also, it would consume any number of newlines following a single backslash. This is mere cleanup; those behaviors were unlikely to cause bugs.
Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/35d19a9a37c245ff7c640743f37b8df227fd24dc Modified Files -------------- src/tools/msvc/Install.pm | 10 +++++----- src/tools/msvc/Mkvcbuild.pm | 6 +++--- src/tools/msvc/Project.pm | 2 +- src/tools/msvc/Solution.pm | 2 +- src/tools/msvc/vcregress.pl | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers