Bug 767240 - Make it easier to create type-specific scoped pointers (TYPE_SPECIFIC_SC...
[gecko.git] / mfbt / Constants.h
blob904b30145a8d2fb4634e0ad1b634ef4e7bfe8e6b
1 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /* This Source Code Form is subject to the terms of the Mozilla Public
3 * License, v. 2.0. If a copy of the MPL was not distributed with this
4 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
6 /* mfbt math constants. */
8 #ifndef mozilla_Constants_h_
9 #define mozilla_Constants_h_
11 #ifndef M_PI
12 # define M_PI 3.14159265358979323846
13 #endif
15 #endif /* mozilla_Constants_h_ */