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

Added missing newline at EOF which was causing warnings and thus test

failures with gcc-3.2


[SVN r16755]
This commit is contained in:
Dave Abrahams
2003-01-05 17:42:37 +00:00
parent 2bdb3fbdcd
commit b28e3ce29e
6 changed files with 6 additions and 6 deletions

View File

@@ -1,2 +1,2 @@
int foo() { return 0; }
int foo() { return 0; }

View File

@@ -1,2 +1,2 @@
int bar() { return 0; }
int bar() { return 0; }

View File

@@ -5,4 +5,4 @@ void z1() {}
void z2() {}
#else
#error Invlid value of SELECT
#endif
#endif

View File

@@ -1,2 +1,2 @@
int foo() { return 0; }
int foo() { return 0; }

View File

@@ -1,2 +1,2 @@
int bar() { return 0; }
int bar() { return 0; }

View File

@@ -5,4 +5,4 @@ void z1() {}
void z2() {}
#else
#error Invlid value of SELECT
#endif
#endif