| commit | b663f717768cbea51891c19ad61d2875d786efb6 | [log] [tgz] |
|---|---|---|
| author | Nicolas Capens <capn@google.com> | Mon Apr 18 12:02:39 2016 -0400 |
| committer | Nicolas Capens <capn@google.com> | Mon Apr 18 21:46:54 2016 +0000 |
| tree | dd663931559acf6f2c33f08f1e523b7103add619 | |
| parent | 337f3d584da19fdb0a61b03dc07f177595d9d357 [diff] [blame] |
Refactor implementation constants. Bug 19353282 Change-Id: If2eb9f2d78c3a44b720bb1f223711411b576d710 Reviewed-on: https://swiftshader-review.googlesource.com/5140 Reviewed-by: Alexis Hétu <sugoi@google.com> Tested-by: Nicolas Capens <capn@google.com> Reviewed-by: Nicolas Capens <capn@google.com>
diff --git a/src/Main/SwiftConfig.cpp b/src/Main/SwiftConfig.cpp index d80e344..9dce441 100644 --- a/src/Main/SwiftConfig.cpp +++ b/src/Main/SwiftConfig.cpp
@@ -22,10 +22,10 @@ #include <sys/stat.h> #include <string.h> -extern Profiler profiler; - namespace sw { + extern Profiler profiler; + std::string itoa(int number) { std::stringstream ss;