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:
@@ -0,0 +1 @@
|
||||
|
||||
|
||||
@@ -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", """
|
||||
|
||||
Reference in New Issue
Block a user