blob: db1e3fa005a9405154929623abb6ad9186158729 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- gold/script.cc.dist 2012-09-01 19:52:34.000000000 -0500
+++ gold/script.cc 2012-09-01 19:53:22.000000000 -0500
@@ -2534,8 +2534,6 @@
fprintf(f, " }\n");
}
-} // End namespace gold.
-
// The remaining functions are extern "C", so it's clearer to not put
// them in namespace gold.
@@ -3391,3 +3389,5 @@
return length;
}
+
+} // End namespace gold.
|