2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00

Add some missing newlines. Sun compiler generates warning otherwise.

[SVN r24998]
This commit is contained in:
Vladimir Prus
2004-09-10 11:42:04 +00:00
parent 0f8adb66cf
commit c162145da2
2 changed files with 2 additions and 1 deletions

View File

@@ -0,0 +1 @@

View File

@@ -13,7 +13,7 @@ __declspec(dllexport)
# endif
foo() {}
""")
t.write("a.h", "")
t.write("a.h", "\n")
t.write("d/Jamfile", "exe b : b.cpp ..//a ; ")
t.write("d/b.cpp", """