| Index: src/base/globals.h
|
| diff --git a/src/globals.h b/src/base/globals.h
|
| similarity index 99%
|
| rename from src/globals.h
|
| rename to src/base/globals.h
|
| index 2f526a83bbebbb2386b488b2bb3eb134186bcd2e..97af413f4c54b6789f76f5c96d4a7e48347d34a8 100644
|
| --- a/src/globals.h
|
| +++ b/src/base/globals.h
|
| @@ -25,10 +25,10 @@
|
| // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| -#ifndef V8_GLOBALS_H_
|
| -#define V8_GLOBALS_H_
|
| +#ifndef V8_BASE_GLOBALS_H_
|
| +#define V8_BASE_GLOBALS_H_
|
|
|
| -#include "../include/v8stdint.h"
|
| +#include "../../include/v8stdint.h"
|
|
|
| // Unfortunately, the INFINITY macro cannot be used with the '-pedantic'
|
| // warning flag and certain versions of GCC due to a bug:
|
| @@ -419,4 +419,4 @@ enum StrictModeFlag {
|
|
|
| } } // namespace v8::internal
|
|
|
| -#endif // V8_GLOBALS_H_
|
| +#endif // V8_BASE_GLOBALS_H_
|
|
|