| Index: src/base/qnx-math.h
|
| diff --git a/src/qnx-math.h b/src/base/qnx-math.h
|
| similarity index 77%
|
| rename from src/qnx-math.h
|
| rename to src/base/qnx-math.h
|
| index 8cf65d208cbed511d50c1283ebb2f8e9f88e2baa..6ff18f8d123d36c5d8e5d74b9bf9e471a833a358 100644
|
| --- a/src/qnx-math.h
|
| +++ b/src/base/qnx-math.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef V8_QNX_MATH_H_
|
| -#define V8_QNX_MATH_H_
|
| +#ifndef V8_BASE_QNX_MATH_H_
|
| +#define V8_QBASE_NX_MATH_H_
|
|
|
| #include <cmath>
|
|
|
| @@ -16,4 +16,4 @@
|
|
|
| using std::lrint;
|
|
|
| -#endif // V8_QNX_MATH_H_
|
| +#endif // V8_BASE_QNX_MATH_H_
|
|
|